svc_release
v1.4.0
Published
**--target**
Downloads
3
Readme
Options
--target
Specify a directory relative to your cwd
# example
svc_release --target ../some-project
--force
Prevent the tool from prompting before deploy.
#example
svc_release --force
--skip-vlocity
Exclude vlocity components from deployment.
svc_release --skip-vlocity
--skip-bundles
Exclude static resource bundles from deployment.
svc_release --skip-bundles
Note: if you svc_release --skip-vlocity --skip-bundles
nothing will happen 😳