Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.2 KB

octopus-tenant-variables.mdx

File metadata and controls

49 lines (35 loc) · 1.2 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2024-02-01
octopus tenant variables
Manage tenant variables
118

import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';

Manage tenant variables in Octopus Deploy

Usage:
  octopus tenant variables [command]

Aliases:
  variables, variable

Available Commands:
  help Help about any command
  list List tenant variables
  update Update the value of a tenant variable

Global 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


Use "octopus tenant variables [command] --help" for more information about a command.

Examples

$ octopus tenant variables list --tenant "Bobs Wood Shop"
$ octopus tenant variables view --name "DatabaseName" --tenant "Bobs Wood Shop"


Learn more