0.1.0 • Published 2 years ago

@steampunk/sfdx-steampunk-org v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

sfdx-steampunk-org

Steampunk's SFDX Org Plugin

Version Known Vulnerabilities Downloads/week License

$ npm install -g @steampunk/sfdx-steampunk-org
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
@steampunk/sfdx-steampunk-org/0.1.0 win32-x64 node-v16.7.0
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...
$ npm install -g @steampunk/sfdx-steampunk-org
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
@steampunk/sfdx-steampunk-org/0.1.0 win32-x64 node-v16.7.0
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

sfdx punk:org:pool:create -p <array> -f <filepath> [-n] [-c] [-s] [-a <string>] [-w <minutes>] [-d <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

Create a scratch org provided a pool of devhubs

USAGE
  $ sfdx punk:org:pool:create -p <array> -f <filepath> [-n] [-c] [-s] [-a <string>] [-w <minutes>] [-d <integer>] 
  [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -a, --setalias=setalias                                                           alias for the created org

  -c, --noancestors                                                                 do not include second-generation
                                                                                    package ancestors in the scratch org

  -d, --durationdays=durationdays                                                   duration of the scratch org (in
                                                                                    days) (default:7, min:1, max:30)

  -f, --definitionfile=definitionfile                                               (required) path to an org definition
                                                                                    file

  -n, --nonamespace                                                                 create the scratch org with no
                                                                                    namespace

  -p, --devhubusernames=devhubusernames                                             (required) list of devhub usernames
                                                                                    to pool from

  -s, --setdefaultusername                                                          set the created org as the default
                                                                                    username

  -w, --wait=wait                                                                   [default: [object Object]] the
                                                                                    streaming client socket timeout (in
                                                                                    minutes)

  --json                                                                            format output as json

  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

EXAMPLES
  $ sfdx punk:org:pool:create -p "MyDevHub1,MyDevHub2,MyDevHub3" -f config/project-scratch-def.json
  $ sfdx punk:org:pool:create -p "MyDevHub1,MyDevHub2,MyDevHub3" -f config/project-scratch-def.json --setalias 
  MyScratchOrg --setdefaultusername

See code: src/commands/punk/org/pool/create.ts

sfdx punk:org:pool:create -p <array> -f <filepath> [-n] [-c] [-s] [-a <string>] [-w <minutes>] [-d <integer>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

Create a scratch org provided a pool of devhubs

USAGE
  $ sfdx punk:org:pool:create -p <array> -f <filepath> [-n] [-c] [-s] [-a <string>] [-w <minutes>] [-d <integer>] 
  [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -a, --setalias=setalias                                                           alias for the created org

  -c, --noancestors                                                                 do not include second-generation
                                                                                    package ancestors in the scratch org

  -d, --durationdays=durationdays                                                   duration of the scratch org (in
                                                                                    days) (default:7, min:1, max:30)

  -f, --definitionfile=definitionfile                                               (required) path to an org definition
                                                                                    file

  -n, --nonamespace                                                                 create the scratch org with no
                                                                                    namespace

  -p, --devhubusernames=devhubusernames                                             (required) list of devhub usernames
                                                                                    to pool from

  -s, --setdefaultusername                                                          set the created org as the default
                                                                                    username

  -w, --wait=wait                                                                   [default: [object Object]] the
                                                                                    streaming client socket timeout (in
                                                                                    minutes)

  --json                                                                            format output as json

  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

EXAMPLES
  $ sfdx punk:org:pool:create -p "MyDevHub1,MyDevHub2,MyDevHub3" -f config/project-scratch-def.json
  $ sfdx punk:org:pool:create -p "MyDevHub1,MyDevHub2,MyDevHub3" -f config/project-scratch-def.json --setalias 
  MyScratchOrg --setdefaultusername

See code: src/commands/punk/org/pool/create.ts