pulumi / circleci

CircleCI Orbs for CI/CD using Pulumi.
Apache License 2.0
20 stars 15 forks source link

(feat): Add --copy-config-from flag option to stack init #38

Closed nimbinatus closed 2 years ago

nimbinatus commented 2 years ago

The stack-init command is missing one of the flags from the CLI. This PR adds it and the required docs.

Fixes #39

nimbinatus commented 2 years ago

@Frassle I was able to test it with https://circleci.com/docs/2.0/reusing-config/#writing-inline-orbs in the other project I'm working in, if you would be so kind as to re-review, please?

https://github.com/pulumi/circleci/pull/38#r821125290:

Validated that it does act as expected with nimbinatus/circleci-pulumi-sample@cea23be and nimbinatus/circleci-pulumi-sample#22 (with related workflow at https://app.circleci.com/pipelines/github/nimbinatus/circleci-pulumi-sample/151/workflows/e8d9cf63-f183-4228-8ede-69ce3c2bdb41/jobs/221). I'll push a commit up to change it. Thanks!