You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manage tenant variables in Octopus Deploy
USAGE
octopus tenant variables <command> [flags]
CORE COMMANDS
list: List tenant variables
update: Update the value of a tenant variable
INHERITED FLAGS
-h, --help Show help for a command
--no-prompt Disable prompting in interactive mode
-f, --output-format string Specify the output format for a command ("json", "table", or "basic") (default "table")
-s, --space string Specify the space for operations
EXAMPLE
$ octopus tenant variables list --tenant "Bobs Wood Shop"
$ octopus tenant variables view --name "DatabaseName" --tenant "Bobs Wood Shop"
Appears the format in this #225 PR somewhat works but it doesn't match the documentation or examples.
% octopus tenant variables list "Blue"
? You have not specified a Space. Please select one: Pattern - Blue-Green
NAME LABEL TYPE OWNER ENVIRONMENT VALUE SENSITIVE DEFAULT VALUE
Command to reproduce
octopus tenant variables list --tenant "Bobs Wood Shop"
brew info octopus-cli
==> octopusdeploy/taps/octopus-cli: stable 1.7.1
The New CLI (octopus) for Octopus Deploy, a user-friendly DevOps tool for developers that supports release management, deployment automation, and operations runbooks
https://github.com/OctopusDeploy/cli
/usr/local/Cellar/octopus-cli/1.7.1 (6 files, 13.5MB) *
Built from source on 2023-11-29 at 10:18:30
From: https://github.com/octopusdeploy/homebrew-taps/blob/HEAD/octopus-cli.rb
License: Apache-2.0
I've tried to replicate this locally on my end, and I see that when using octopus tenant variables list tenant "example" I get the expected results; however I try with octopus tenant variables list --tenant I see unknown flag: --tenant.
The bug
octopus tenant variables list --tenant "Bobs Wood Shop" returns "unknown flag: --tenant
Documentation:
Appears the format in this #225 PR somewhat works but it doesn't match the documentation or examples.
Command to reproduce
Outcome
Versions
cli: Latest
Octopus Server: https://samples.octopus.app/
Links
The text was updated successfully, but these errors were encountered: