Manage authentication options.
Login to APImetrics
USAGE
$ apimetrics auth login [--json] [--key <value>]
FLAGS
--key=<value> API key when using API key auth.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Login to APImetrics
ALIASES
$ apimetrics login
EXAMPLES
$ apimetrics auth login --key <api key>
See code: src/commands/auth/login.ts
Logout of APImetrics CLI.
USAGE
$ apimetrics auth logout [--json]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Logout of APImetrics CLI.
EXAMPLES
$ apimetrics auth logout
See code: src/commands/auth/logout.ts