Skip to content
1 min read

fj org

Organization helpers

fj org [OPTIONS] <COMMAND>

Every command also accepts the global flags: --host, --debug, --no-pager, --json-fields.

Options

  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]

fj org list

List orgs you belong to

fj org list [OPTIONS]

Options

  • --json — Emit JSON instead of a table
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]

fj org view

Show details about a specific org

fj org view [OPTIONS] <ORG>

Arguments

  • <ORG> — Organization name

Options

  • --json — Emit JSON instead of a table
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]

fj org teams

List teams in an org

fj org teams [OPTIONS] <ORG>

Arguments

  • <ORG> — Organization name

Options

  • --json — Emit JSON instead of a table
  • --color <COLOR> — When to use ANSI color in output [default: auto][possible values: auto, always, never]
Contributors
  • Stephen Way