shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

Function `validate` #274

Closed kinseii closed 3 months ago

kinseii commented 3 months ago

What would you like to add The cdev validate function is required to fully validate the cdev configuration.

Why is this needed Now to check the configuration, I have to run the cdev plan command that tries to operate on the state files. I need a check function without having to get the state files.

Comments IIt could be like: terraform validate, terragrunt validate commands.

romanprog commented 3 months ago

https://github.com/shalb/cluster.dev/releases/tag/v0.9.5 released in 0.9.5 Also you can use cdev project info for validation. This command prints full info about project.

kinseii commented 3 months ago

OMG! This is awesome! Very quick realization! Impressed! Thank u so much @romanprog!

romanprog commented 3 months ago

OMG! This is awesome! Very quick realization! Impressed! Thank u so much @romanprog!

It was very simple to implement and there have been similar requests before.