-
-
Notifications
You must be signed in to change notification settings - Fork 127
feat: Atmos List Deployments, Pro Deployments Upload #1254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
💥 This pull request now has conflicts. Could you fix it @milldr? 🙏 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1254 +/- ##
==========================================
+ Coverage 51.08% 51.33% +0.25%
==========================================
Files 243 247 +4
Lines 26230 26585 +355
==========================================
+ Hits 13399 13648 +249
- Misses 11180 11251 +71
- Partials 1651 1686 +35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…into feat/atmos-list-upload
💥 This pull request now has conflicts. Could you fix it @milldr? 🙏 |
what
New command for
atmos list deployments
Includes option for
--upload
If--drift-enabled
is true, only return deployments withsettings.pro.drift_detection.enabled: true
--upload
, send the result to Atmos ProNew arg for
atmos terraform plan
,--upload
Other changes:
pro
client was using and replace with charmbracelet loggerwhy
atmos list deployments
Combine these conceptsfor drift detection:atmos list deployments --upload
This will find all deployments, filter to drift enabled, then upload to Atmos Pro
atmos terraform plan --upload
remove logger
We want to use the canonical logging that the rest of the application is using
schema refactor
The single schema.go file was getting extremely long (failing lint warnings) and difficult to navigate. First steps to start to refactor that out into a file per domain for the schema.
references
screenshots
Summary by CodeRabbit
New Features
Bug Fixes
Tests
Chores