@nrwl/workspace:ci-workflow
Generate a CI workflow.
Usage
nx generate ci-workflow ...
By default, Nx will search for ci-workflow
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/workspace:ci-workflow ...
Show what will be generated without writing to disk:
nx g ci-workflow ... --dry-run
Options
ci
Required
string
Accepted values:
github
, circleci
, azure
CI provider.
name
string
Default:
CI
Pattern: ^[a-zA-Z].*$
Workflow name.