Haitham Rageh
Haitham Rageh
## What - Added a new option to `terraform clean` called `--everything` and `terraform clean` called `--force` to clean state files. This option deletes the Terraform-related folder and files, including:...
## what * Do not process stack configs when executing command `atmos vendor pull` and the `stack` flag is not specified * Add AtomsValidateOption to checkAtmosConfig to disable or enable...
## What * Added support for remote schemas in `atmos` for manifest validation. * Updated `schemas` configuration to allow referencing remote schema files, e.g.: ```yaml schemas: atmos: manifest: "https://atmos.tools/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json" ```...
## what * atmos version should work regardless if the configs are broken ## why * atmos version should work regardless if the configs are broken, because sometimes it's broken...
## what This pull request introduces error handling . Key changes include adding IError interface, updating error handling to use the new `IError` type, and setting the log level for...