Cli helper to help in IaC provisioning through the Console pipelines
The mipy cli makes use of a configmap file as this one:
{
"basePath": "string",
"templates": [
{
"type": "enum",
"id": "string",
"cicdProvider": "string", // for now only "azure" is supported
"cicdProviderBaseUrl": "string",
"azureOrganization": "string",
"azureProject": "string"
}
],
"logLevel": "string"
}
mipy version
mipy help
flags are:
- get
- set [PATH]
- --help
mipy config set mipy.json
flags are:
- --environment (-e): required
- --cr-list
- --parallel
- --error-code
- --debug
- --dry-run