Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.12 KB

octopus-project-group.mdx

File metadata and controls

48 lines (35 loc) · 1.12 KB
layout pubDate modDate title description navOrder
src/layouts/Default.astro
2023-01-01
2024-02-01
octopus project-group
Manage project groups
90

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

Manage project groups in Octopus Deploy

Usage:
  octopus project-group [command]

Available Commands:
  create Create a project group
  delete Delete a project group
  help Help about any command
  list List project groups
  view View a project group

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 project-group [command] --help" for more information about a command.

Examples

$ octopus project-group list
$ octopus project-group ls


Learn more