rush init-deploy

Creates a deployment scenario config file for use with "rush deploy"

Options

NameDescription
-p, --project <PROJECT_NAME>Specifies the name of the main Rush project to be deployed in this scenario. It will be added to the "deploymentProjectNames" setting
-s, --scenario <SCENARIO>By default, the deployment configuration will be written to "common/config/rush/deploy.json". You can use "--scenario" to specify an alternate name. The name must be lowercase and separated by dashes. For example, if the name is "web", then the config file would be "common/config/rush/deploy-web.json"