3.1.0 • Published 4 years ago

sf-cli v3.1.0

Weekly downloads
221
License
MIT
Repository
github
Last release
4 years ago

sf

SFDX wrapper

oclif CircleCI License

Installation

Make sure Salesforce DX CLI is installed in your system.

brew tap matiasdelgado/sf-cli
brew install sf-cli

Commands

sf

Push/pull source code

USAGE
  $ sf

OPTIONS
  -l, --pull  Pull from scratch org
  -p, --push  Push to scratch org

See code: src/commands/index.js

sf autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ sf autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ sf autocomplete
  $ sf autocomplete bash
  $ sf autocomplete zsh
  $ sf autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

sf code

Push/pull source code

USAGE
  $ sf code

OPTIONS
  -l, --pull  Pull from scratch org
  -p, --push  Push to scratch org

See code: src/commands/code.js

sf delete

Delete scratch org

USAGE
  $ sf delete

OPTIONS
  -s, --select  Select scratch org to delete

See code: src/commands/delete.js

sf help [COMMAND]

display help for sf

USAGE
  $ sf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sf info

Display current scratch org information

USAGE
  $ sf info

OPTIONS
  -a, --alias=alias  Alias or username
  -m, --markdown     Generates MD code

See code: src/commands/info.js

sf list

List all available scratch orgs.

USAGE
  $ sf list

See code: src/commands/list.js

sf log

Show remote logs

USAGE
  $ sf log

OPTIONS
  -d, --debug  Show debug messages only

See code: src/commands/log.js

sf open

Open the default scratch org in the browser or by picking from the list of available orgs.

USAGE
  $ sf open

OPTIONS
  -s, --select  Select scratch org to open

See code: src/commands/open.js

sf switch

Change the default scratch org

USAGE
  $ sf switch

OPTIONS
  -o, --open  Open the scratch org in the browser

See code: src/commands/switch.js

sf test

Run tests by class or method name

USAGE
  $ sf test

OPTIONS
  -s, --subject=subject  Run method or class test

See code: src/commands/test.js

3.1.0

4 years ago

3.0.0

4 years ago

0.0.1-security

7 years ago

2.6.1

7 years ago

2.6.0

7 years ago

2.5.0

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.3

7 years ago

2.3.2

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago