Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.11 KB

octopus-account-azure-oidc.mdx

File metadata and controls

44 lines (32 loc) · 1.11 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2024-02-01
octopus account azure-oidc
Manage Azure OpenID Connect accounts
8

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

Manage Azure OpenID Connect accounts in Octopus Deploy

Usage:
  octopus account azure-oidc [command]

Available Commands:
  create Create an Azure OpenID Connect account
  help Help about any command
  list List Azure OpenID Connect accounts

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 account azure-oidc [command] --help" for more information about a command.

Examples

$ octopus account azure-oidc list

Learn more