/account

an account mate manager

Primary LanguageTypeScript

account

An account manager for Mate.

oclif Version Downloads/week License

Usage

$ npm install -g @mate/account
$ account COMMAND
running command...
$ account (-v|--version|version)
@mate/account/1.0.0 linux-x64 node-v16.1.0
$ account --help [COMMAND]
USAGE
  $ account COMMAND
...

Commands

account create [NAME]

create an account

USAGE
  $ account create [NAME]

OPTIONS
  -f, --force
  -h, --help                           show CLI help
  -p, --provider=Mate|Exchange|Google  [default: Mate] App provider

See code: src/commands/create.ts

account hello [FILE]

describe the command here

USAGE
  $ account hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ account hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

account help [COMMAND]

display help for account

USAGE
  $ account help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

account list [NAME]

list accounts

USAGE
  $ account list [NAME]

OPTIONS
  -h, --help                           show CLI help
  -p, --provider=Mate|Exchange|Google  App provider

See code: src/commands/list.ts

account sign-in [FILE]

describe the command here

USAGE
  $ account sign-in [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/sign-in.ts