Skip to content

Add subcommands from-snow/from-input to cci-create-project

Add subcommands from-snow/from-input to cci-create-project.

This allow us to extract the project information from ServiceNow or directly from the CLI as arguments.

Example:

cci-create-project from-snow --ticket-number RQF0407984

OR

cci-create-project from-input --department Cloud --project_name 'Rundeck test project' --e-group cloud-infrastructure-developers --number-cores 40 --number-vms 20 --amount-ram 100 --volumes 20 --disk-space 750

Merge request reports