Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.48 KB

config.md

File metadata and controls

55 lines (37 loc) · 1.48 KB

apimetrics config

Manage CLI configuration options.

apimetrics config org set

Change the Organization the CLI is working in.

USAGE
  $ apimetrics config org set [--json] [-o <value>]

FLAGS
  -o, --org-id=<value>  ID of org to switch to. Can be found on the Organization Settings web page. Alternatively, you
                        may omit this flag and select your organization interactively.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Change the Organization the CLI is working in.

EXAMPLES
  $ apimetrics config org set  --org-id abccorp

See code: src/commands/config/org/set.ts

apimetrics config project set

Set the current working project

USAGE
  $ apimetrics config project set [--json] [-p <value>]

FLAGS
  -p, --project-id=<value>  ID of project to switch to. Can be found in the Project Settings web page under Admin
                            Settings. Alternatively, you may omit this flag and select your project interactively.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Set the current working project

EXAMPLES
  $ apimetrics config project set

See code: src/commands/config/project/set.ts