Skip to content

Cli helper to help in IaC provisioning through the Console pipelines

License

Notifications You must be signed in to change notification settings

mia-platform/mipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mipy 🐘

Cli helper to help in IaC provisioning through the Console pipelines

Setup

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"
}

Commands

version

mipy version

help

mipy help

config

flags are:

  • get
  • set [PATH]
  • --help
mipy config set mipy.json

launch

flags are:

  • --environment (-e): required
  • --cr-list
  • --parallel
  • --error-code
  • --debug
  • --dry-run

About

Cli helper to help in IaC provisioning through the Console pipelines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages