graf-cli

1.2.5 • Public • Published

graf-cli

oclif Version Downloads/week License

Usage

$ npm install -g graf-cli
$ graf COMMAND
running command...
$ graf (-v|--version|version)
graf-cli/1.2.5 win32-x64 node-v12.16.2
$ graf --help [COMMAND]
USAGE
  $ graf COMMAND
...

Commands

graf assign

Assign permission set.

USAGE
  $ graf assign

OPTIONS
  -n, --name=name        The name of the permission set to assign.
  -u, --orgName=orgName  A username or alias for the target org.

See code: src\commands\assign.js

graf create

Create a default scratch org.

USAGE
  $ graf create

OPTIONS
  -a, --alias=alias            A scratch org alias.
  -d, --days=days              A scratch org duration.
  -e, --adminEmail=adminEmail  A scratch org admin email.
  -f, --configFile=configFile  A scratch org config JSON file path.

See code: src\commands\create.js

graf data

Push or pull data from a scratch org.

USAGE
  $ graf data

OPTIONS
  -f, --force      Force the local code to overwrite remote changes.
  -g, --pull       Pull data from a scratch org.
  -p, --push       Push data to a scratch org.
  -u, --name=name  The name of the scratch org.

See code: src\commands\data.js

graf debug

Enable or disable debug log.

USAGE
  $ graf debug

OPTIONS
  -e, --enable           Enable debug mode.
  -u, --orgName=orgName  A username or alias for the target org.

See code: src\commands\debug.js

graf default

Set a default scratch org.

USAGE
  $ graf default

OPTIONS
  -u, --userName=userName  (required) The name of the org or user to set.

See code: src\commands\default.js

graf delete

Delete the scratch org.

USAGE
  $ graf delete

OPTIONS
  -u, --orgName=orgName  A username or alias for the target org.

See code: src\commands\delete.js

graf git

Clone appropriate repository.

USAGE
  $ graf git

OPTIONS
  -c, --core                  Clone the core repo.
  -d, --data_import           Clone the data import repo.
  -i, --case_intake           Clone the case intake repo.
  -r, --aggregated_reporting  Clone the aggregated reporting repo.
  -s, --case_submission       Clone case submission repo.

See code: src\commands\git.js

graf hello

USAGE
  $ graf hello

See code: src\commands\hello.js

graf help [COMMAND]

display help for graf

USAGE
  $ graf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

graf list

Show a full scratch orgs list.

USAGE
  $ graf list

See code: src\commands\list.js

graf open

Open a scratch org.

USAGE
  $ graf open

OPTIONS
  -u, --name=name  The name of the scratch org.

See code: src\commands\open.js

graf user

Display or get user information.

USAGE
  $ graf user

OPTIONS
  -d, --display          Display a user information.
  -g, --generate         Genereta a user password.
  -u, --orgName=orgName  A username or alias for the target org.

See code: src\commands\user.js

Readme

Keywords

Package Sidebar

Install

npm i graf-cli

Weekly Downloads

1

Version

1.2.5

License

MIT

Unpacked Size

20.2 kB

Total Files

17

Last publish

Collaborators

  • tvspil