Open sqs opened 6 years ago
Yes, the CLI does not support changing the state of e.g. the repo from private to public. It is only build to create things, idempotently. Any change must either be done manually, or by deleting the object and running again (e.g. deleting the GitHub repo, deleting buildkite.yml). It would be nice if it did support changing, but that would make the code a lot more complex (basically implementing a desired state configuration algorithm and transitions for every object into every possible state).
It somewhat confuses me though that Codecov would fail just because the repo is private, given that you have a codecov API token...
npm init @sourcegraph
in the existing private repo https://github.com/sourcegraph/extensions-client-common consistently failed. I fixed it by making the repo public (so I am not blocked on this and it is not urgent).