pulumi/pkg/backend/httpstate
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
..
client Remove pulumi archive and archive uploading code 2018-10-26 18:03:58 -07:00
backend.go Remove pulumi archive and archive uploading code 2018-10-26 18:03:58 -07:00
console.go Rename backend packages 2018-09-05 07:32:42 -07:00
console_test.go Rename backend packages 2018-09-05 07:32:42 -07:00
context.go Rename backend packages 2018-09-05 07:32:42 -07:00
context_test.go Rename backend packages 2018-09-05 07:32:42 -07:00
snapshot.go Rename backend packages 2018-09-05 07:32:42 -07:00
stack.go Print the correct console URL in pulumi stack ls (#2075) 2018-10-18 16:39:01 -07:00
state.go Split large events into multiple log entries. (#2092) 2018-10-23 14:59:30 -07:00