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.
Retrieve a representation of the specified Account.
USAGE
$ freeclimb accounts:get
OPTIONS
-h, --help show CLI help
See code: src/commands/accounts/get.ts
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