OctopusDeploy/cli

Unable to manage variables stored in config-as-code source repo

Closed this issue · 0 comments

The bug

None of the project variable subcommands allow managing variables stored in configuration (Config-as-code).

Command to reproduce

The affected commands are:

octopus project variable list
octopus project variable view
octopus project variable create
octopus project variable update

Outcome

The create command will only create variables in the database, they will still be associated with the project, but they will not be visible in the source repo.
The update command will not be able to find the variables stored in the source repo.
The update command will not be able to find the variables stored in the source repo.
The list command will only show variable stored in the database, not any stored in the source repo.

Versions

cli: 1.1.0

Octopus Server: any that support Config-as-code

Links