npm install sf-clisf
==
SFDX wrapper



brew tap matiasdelgado/sf-cli
brew install sf-cli
`Commands
* [sf autocomplete [SHELL]](#sf-autocomplete-shell)
* sf code
* sf delete
* sf deploy
* [sf help [COMMAND]](#sf-help-command)
* sf info
* sf list
* sf log
* sf login
* sf logout
* sf open
* sf pull
* [sf switch [ALIAS]](#sf-switch-alias)
* [sf test [SUBJECT]](#sf-test-subject)
* sf versionsf autocomplete [SHELL]Display autocomplete installation instructions.
`
USAGE
$ sf autocomplete [SHELL] [-r]ARGUMENTS
SHELL (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
Display autocomplete installation instructions.
EXAMPLES
$ sf autocomplete
$ sf autocomplete bash
$ sf autocomplete zsh
$ sf autocomplete powershell
$ sf autocomplete --refresh-cache
`_See code: @oclif/plugin-autocomplete_
sf codePush/pull source code
`
USAGE
$ sf code [-l] [-p]FLAGS
-l, --pull Pull from scratch org
-p, --push Push to scratch org
DESCRIPTION
Push/pull source code
`_See code: src/commands/code.js_
sf deleteDelete scratch org
`
USAGE
$ sf delete [-s]FLAGS
-s, --select Select scratch org to delete
DESCRIPTION
Delete scratch org
`_See code: src/commands/delete.js_
sf deployPush source code
`
USAGE
$ sf deployDESCRIPTION
Push source code
`_See code: src/commands/deploy.js_
sf help [COMMAND]Display help for sf.
`
USAGE
$ sf help [COMMAND...] [-n]ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for sf.
`_See code: @oclif/plugin-help_
sf infoDisplay current scratch org information
`
USAGE
$ sf info [-a ] [-m]FLAGS
-a, --alias= Alias or username
-m, --markdown Generates MD code
DESCRIPTION
Display current scratch org information
`_See code: src/commands/info.js_
sf listList all available scratch orgs.
`
USAGE
$ sf listDESCRIPTION
List all available scratch orgs.
`_See code: src/commands/list.js_
sf logShow remote logs
`
USAGE
$ sf log [-d]FLAGS
-d, --debug Show debug messages only
DESCRIPTION
Show remote logs
`_See code: src/commands/log.js_
sf loginLog in to scratch org
`
USAGE
$ sf login -a -u FLAGS
-a, --alias= (required) Alias or username
-u, --url= (required) Instance URL
DESCRIPTION
Log in to scratch org
`_See code: src/commands/login.js_
sf logoutLog out from scratch org
`
USAGE
$ sf logout -a FLAGS
-a, --alias= (required) Alias or username
DESCRIPTION
Log out from scratch org
`_See code: src/commands/logout.js_
sf openOpen the default scratch org in the browser or by picking from the list of available orgs.
`
USAGE
$ sf open [-a ] [-s]FLAGS
-a, --alias= Alias or username of the org to open
-s, --select Select scratch org to open
DESCRIPTION
Open the default scratch org in the browser or by picking from the list of available orgs.
`_See code: src/commands/open.js_
sf pullPull source code
`
USAGE
$ sf pullDESCRIPTION
Pull source code
`_See code: src/commands/pull.js_
sf switch [ALIAS]Change the default scratch org
`
USAGE
$ sf switch [ALIAS] [-o]FLAGS
-o, --open Open the scratch org in the browser
DESCRIPTION
Change the default scratch org
`_See code: src/commands/switch.js_
sf test [SUBJECT]Run tests by class or method name
`
USAGE
$ sf test [SUBJECT]DESCRIPTION
Run tests by class or method name
`_See code: src/commands/test.js_
sf version`
USAGE
$ sf version [--json] [--verbose]FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
``_See code: @oclif/plugin-version_