pulumi/pkg/backend
Matt Ellis 74672857fd Remove pulumi archive and archive uploading code
In the past, we had a mode where the CLI would upload the Pulumi
program, as well as its contents and do the execution remotely.

We've since stopped supporting that, but all the supporting code has
been left in the CLI.

This change removes the code we had to support the above case,
including the `pulumi archive` command, which was a debugging tool to
generate the archive we would have uploaded (which was helpful in the
past to understand why behavior differed between local execution and
remote execution.)
2018-10-26 18:03:58 -07:00
..
display Add an option to suppress displaying stack outputs (#2029) 2018-10-06 14:13:02 -07:00
filestate Fix a panic on shutdown (#2050) 2018-10-12 10:29:47 -07:00
httpstate Remove pulumi archive and archive uploading code 2018-10-26 18:03:58 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't prompt if you want to continue when --skip-preview is passed 2018-10-26 15:41:29 -07:00
backend.go Default an update's message to the Git commit title (#2009) 2018-10-02 10:49:41 -07:00
snapshot.go Check for input diffs when eliding same steps. (#1905) 2018-09-07 15:10:02 -07:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Add gitlab metadata - Part 1 (#2090) 2018-10-23 14:53:52 -07:00
updates.go Add gitlab metadata - Part 1 (#2090) 2018-10-23 14:53:52 -07:00