pulumi/pkg
Christian Hernandez e1d65a7a9a
Adding completion alias (#9006)
* Adding completion alias

Adding alias of `completion` to follow the defacto cli options in other cobra cli tools

* Update CHANGELOG_PENDING.md

* format

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2022-02-22 17:44:11 +00:00
..
backend Fix snapshot assert for replacement deletes (#9004) 2022-02-17 19:52:38 +00:00
cmd/pulumi Adding completion alias (#9006) 2022-02-22 17:44:11 +00:00
codegen [codegen/go] Add GenerateProgramWithOpts function (#8997) 2022-02-16 11:11:33 -07:00
engine Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations Update error handling (#8406) 2021-11-12 18:37:17 -08:00
resource Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
secrets Fix passphrase secrets provider prompting (#8986) 2022-02-16 13:39:08 -08:00
testing/integration Revert "Allow trivial stack with no engine events" 2022-02-18 12:49:16 -08:00
util Update error handling (#8406) 2021-11-12 18:37:17 -08:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod [codegen/go] Add GenerateProgramWithOpts function (#8997) 2022-02-16 11:11:33 -07:00
go.sum [codegen/go] Add GenerateProgramWithOpts function (#8997) 2022-02-16 11:11:33 -07:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.