collie-cli icon indicating copy to clipboard operation
collie-cli copied to clipboard

Build and Deploy modular landing zones with collie on AWS, Azure & GCP

Results 30 collie-cli issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I installed the latest collie version, did a `collie init` and wanted to create a foundation. I got: ``` user@MBP-2 collie % collie foundation new my-foundation Error:...

bug

**Describe the bug** When reading tenant data from multiple Azure AAD tenants, I have to manually `az login -t ...` into each before running collie, else I will receive an...

bug

**Is your feature request related to a problem? Please describe.** As @tfelix found out, it looks absolutely horrible to offboard users in AWS. We could automate this and also do...

idea

**Describe the bug** Running `collie tenant cost` shows incosistent and unintuitive timeframes depending on how its run. **Reach of the bug** I tested with Azure, but probably AWS and GCP...

bug

**Describe the bug** Azure CLI no longer ships the `az costmanagement query` command used by collie https://github.com/Azure/azure-cli-extensions/blob/main/src/costmanagement/HISTORY.rst#021 This means that attempts to fetch cost data from azure fail for users...

bug

As discussed in https://github.com/meshcloud/collie-cli/pull/138 we should add a check into the release pipeline that verifies the git tag version number does indeed match collie-cli's embedded version number

idea

We have the ability to write tags to tenants, which is not described in the Wiki. Additionally, we also renamed some of the tagging commands which is also not reflected...

bug

**Is your feature request related to a problem? Please describe.** As a platform operator I would like to write tags to the cloud from Collie so I can fix any...

idea

**Is your feature request related to a problem? Please describe.** Collie can serve some requests out of its cache. This is cool to quickly format reports, esp. when building automation...

idea

- Analyze incompliances, e.g. env = [dev, qa, prod] but a tag is used with `development`. - Go into a mode where you can set tags using the JSON schema,...

idea