ci-sf-plugin
Version:
Set of commands making CI and dev's life easier.
31 lines (16 loc) • 513 B
Markdown
# commandDescription
Executes Apex in an org. Either 'pre-push' or 'post-push' flag must be provided.
# prepushFlagDescription
executes pre-push scripts.
# postpushFlagDescription
executes post-push scripts.
# ciconfigfileFlagDescription
path to a 'ciconfig.json' file with 'apexPrePush' or 'apexPostPush' property
# infoExecution
Executing Apex in org '%s'
# errorExecutionFailed
Apex execution has failed:
%s
# examples
- sf ci apex execute -o orgAlias --pre-push
- sf ci apex execute --post-push