Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 803 Bytes

File metadata and controls

40 lines (27 loc) · 803 Bytes

cs list org

List organizations

Synopsis

List organizations available in Codesphere

cs list org [flags]

Examples

# List all organizations
$ cs list org 

Options

  -h, --help   help for org

Options inherited from parent commands

  -a, --api string      URL of Codesphere API (can also be CS_API)
  -O, --org string      Organization ID (relevant for some commands)
  -o, --output string   Output format (table, json, yaml) (default "table")
  -t, --team int        Team ID (relevant for some commands, can also be CS_TEAM_ID) (default -1)
  -v, --verbose         Verbose output
  -w, --workspace int   Workspace ID (relevant for some commands, can also be CS_WORKSPACE_ID) (default -1)

SEE ALSO