pulumi/pkg/backend/filestate
Paul Stack 1731053b18
[cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251)
Fixes: #4029
Fixes: #3537

Should the user want to get permalinks when using a self-managed backend, they can pass a flag:
```
$ pulumi up --suppress-permalink false
```

Permalinks for these self-managed backends will be suppressed on `update`, `preview`, `destroy`,
`import` and `refresh` operations.
2021-02-19 23:55:35 +00:00
..
backend.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
backend_test.go Fix panic with logs (#5503) 2020-10-02 14:09:34 -07:00
bucket.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
bucket_test.go Fix 'pulumi stack ls' on Windows (#4094) 2020-03-18 13:57:25 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
gcpauth.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack.go Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
state.go Add pagination to pulumi stack history (#6292) 2021-02-09 16:20:01 -08:00