Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.22 KB

octopus-deployment-target-azure-web-app.mdx

File metadata and controls

45 lines (33 loc) · 1.22 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2024-02-01
octopus deployment-target azure-web-app
Manage Azure Web App deployment targets
31

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

Manage Azure Web App deployment targets in Octopus Deploy

Usage:
  octopus deployment-target azure-web-app [command]

Available Commands:
  create Create an Azure Web App deployment target
  help Help about any command
  list List Azure Web App deployment targets
  view View an Azure Web App deployment target

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 deployment-target azure-web-app [command] --help" for more information about a command.

Examples

$ octopus deployment-target azure-web-app list

Learn more