ci-sf-plugin
Version:
Set of commands making CI and dev's life easier.
49 lines (25 loc) • 1.1 kB
Markdown
# commandDescription
Creates a scratch org from your default dev hub. User can be also notified about possibly needed post-org-create manual steps together with instructions how to continue. Different behaviour can be configured for CI environment.
# setaliasFlagDescription
alias for the created org
# durationdaysFlagDescription
duration of the scratch org (in days) (min:1, max:30)
# definitionfileFlagDescription
path to an org definition file
# ciFlagDescription
set for CI environment
# validationtimeoutFlagDescription
timeout in seconds before org validation happens
# ciconfigfileFlagDescription
path to a 'ciconfig.json' file with 'projectName' property
# waitFlagDescription
number of minutes to wait for the scratch org to be ready
# infoCreatingNewScratchOrg
Creating a new scratch org using dev hub '%s'
# errorCreationFailed
Scratch org creation has failed:
%s
# examples
- sf ci org create -a orgAlias
- sf ci org create --set-alias orgAlias --definition-file config/project-scratch-def.json
- sf ci org create --set-alias orgAlias --ci --validation-timeout 60