Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1022 Bytes

File metadata and controls

37 lines (25 loc) · 1022 Bytes

freeclimb accounts

You get a FreeClimb Account at signup. This includes an account ID and an API key. These two properties enable you to connect and communicate with FreeClimb.

freeclimb accounts:get

Retrieve a representation of the specified Account.

USAGE
  $ freeclimb accounts:get

OPTIONS
  -h, --help  show CLI help

See code: src/commands/accounts/get.ts

freeclimb accounts:manage

This command allows you to manage an account.

USAGE
  $ freeclimb accounts:manage

OPTIONS
  -a, --alias=alias  Description for this account.
  -h, --help         show CLI help
  -l, --label=label  Group to which this account belongs.

See code: src/commands/accounts/manage.ts