Skip to content

danjrauch/dsfdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsfdx

oclif Version Downloads/week License

Usage

$ npm install -g dsfdx
$ dsfdx COMMAND
running command...
$ dsfdx (-v|--version|version)
dsfdx/0.0.0 darwin-x64 node-v11.5.0
$ dsfdx --help [COMMAND]
USAGE
  $ dsfdx COMMAND
...

Commands

dsfdx auth

authorize a new environment

USAGE
  $ dsfdx auth

OPTIONS
  -a, --alias=alias  (required)
  -p, --prod
  -s, --scratch
  -t, --test
  --devhub

ALIASES
  $ dsfdx a

EXAMPLES
  $ dsfdx auth -a some_name -p --devhub
  $ dsfdx a -a sandbox_name -t
  $ dsfdx a -a test_scratch -s

See code: src/commands/auth.js

dsfdx build

build code to some environment

USAGE
  $ dsfdx build

OPTIONS
  -a, --alias=alias  (required)
  -c, --code
  -d, --dir=dir
  -f, --force
  -l, --last
  -n, --new
  -p, --parse
  -s, --scratch
  -t, --test

ALIASES
  $ dsfdx b

EXAMPLES
  $ dsfdx build -a some_name -s -d ../../folder/project -n
  $ dsfdx b -a some_name -t -d .

See code: src/commands/build.js

dsfdx help [COMMAND]

display help for dsfdx

USAGE
  $ dsfdx help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

dsfdx list

list elements of a category

USAGE
  $ dsfdx list

OPTIONS
  -a, --alias=alias
  -d, --dir=dir
  -o, --org
  -p, --package

ALIASES
  $ dsfdx l

EXAMPLES
  $ dsfdx list
  $ dsfdx l -t org
  $ dfsdx l -t package -a some_name -d ../../folder/project

See code: src/commands/list.js

dsfdx open

open an environment in browser

USAGE
  $ dsfdx open

OPTIONS
  -a, --alias=alias  (required)

ALIASES
  $ dsfdx o

EXAMPLE
  $ dsfdx open -a some_name

See code: src/commands/open.js

dsfdx retrieve

retrieve code from some environment

USAGE
  $ dsfdx retrieve

OPTIONS
  -a, --alias=alias  (required)
  -d, --dir=dir
  -p, --prod
  -s, --scratch
  -t, --test

ALIASES
  $ dsfdx r

EXAMPLE
  $ dsfdx retrieve -a some_name -d ../../folder/project -t

See code: src/commands/retrieve.js

About

Workflow CLI for Salesforce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published