pulumi/cmd
Joe Duffy 69f7f51375 Many asset improvements
This improves a few things about assets:

* Compute and store hashes as input properties, so that changes on
  disk are recognized and trigger updates (pulumi/pulumi#153).

* Issue explicit and prompt diagnostics when an asset is missing or
  of an unexpected kind, rather than failing late (pulumi/pulumi#156).

* Permit raw directories to be passed as archives, in addition to
  archive formats like tar, zip, etc. (pulumi/pulumi#240).

* Permit not only assets as elements of an archive's member list, but
  also other archives themselves (pulumi/pulumi#280).
2017-10-22 13:39:21 -07:00
..
lumidl Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
api.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
config.go Change help text for config's --stack argument 2017-10-20 13:30:07 -07:00
config_test.go Save config information in Pulumi.yaml 2017-10-20 13:30:07 -07:00
creds.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
destroy.go Add some command hints 2017-10-20 17:36:47 -07:00
login.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
preview.go Add some command hints 2017-10-20 17:36:47 -07:00
provider_local.go Many asset improvements 2017-10-22 13:39:21 -07:00
pulumi.go Add login and logout commands. (#437) 2017-10-19 15:22:07 -07:00
stack.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_init.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_ls.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_rm.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
stack_select.go Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
update.go Add some command hints 2017-10-20 17:36:47 -07:00
util.go Fix CLI hangs when errors occur 2017-10-20 17:28:35 -07:00
version.go Construct version based on git information 2017-10-16 18:35:41 -07:00