|
| 1 | +## lagoon list organization-variables |
| 2 | + |
| 3 | +List variables for an organization (alias: org-v) |
| 4 | + |
| 5 | +``` |
| 6 | +lagoon list organization-variables [flags] |
| 7 | +``` |
| 8 | + |
| 9 | +### Options |
| 10 | + |
| 11 | +``` |
| 12 | + -h, --help help for organization-variables |
| 13 | + -O, --organization-name string Name of the organization to list associated variables for |
| 14 | + --reveal Reveal the variable values |
| 15 | +``` |
| 16 | + |
| 17 | +### Options inherited from parent commands |
| 18 | + |
| 19 | +``` |
| 20 | + --config-file string Path to the config file to use (must be *.yml or *.yaml) |
| 21 | + --debug Enable debugging output (if supported) |
| 22 | + -e, --environment string Specify an environment to use |
| 23 | + --force Force yes on prompts (if supported) |
| 24 | + -l, --lagoon string The Lagoon instance to interact with |
| 25 | + --no-header No header on table (if supported) |
| 26 | + --output-csv Output as CSV (if supported) |
| 27 | + --output-json Output as JSON (if supported) |
| 28 | + --pretty Make JSON pretty (if supported) |
| 29 | + -p, --project string Specify a project to use |
| 30 | + --skip-update-check Skip checking for updates |
| 31 | + -i, --ssh-key string Specify path to a specific SSH key to use for lagoon authentication |
| 32 | + --ssh-publickey string Specify path to a specific SSH public key to use for lagoon authentication using ssh-agent. |
| 33 | + This will override any public key identities defined in configuration |
| 34 | + --strict-host-key-checking string Similar to SSH StrictHostKeyChecking (accept-new, no, ignore) (default "accept-new") |
| 35 | + -v, --verbose Enable verbose output to stderr (if supported) |
| 36 | +``` |
| 37 | + |
| 38 | +### SEE ALSO |
| 39 | + |
| 40 | +* [lagoon list](lagoon_list.md) - List projects, environments, deployments, variables or notifications |
| 41 | + |
0 commit comments