-
Notifications
You must be signed in to change notification settings - Fork 58
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
[feat:] Added Config Command to Kitops CLI #523
base: main
Are you sure you want to change the base?
Commits on Oct 9, 2024
-
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f447f86 - Browse repository at this point
Copy the full SHA f447f86View commit details -
Added overriding of flags from config for root command
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7c69dc7 - Browse repository at this point
Copy the full SHA 7c69dc7View commit details
Commits on Oct 10, 2024
-
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 840248c - Browse repository at this point
Copy the full SHA 840248cView commit details
Commits on Oct 11, 2024
-
refactoring and resolving comments
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5455886 - Browse repository at this point
Copy the full SHA 5455886View commit details
Commits on Oct 13, 2024
-
fixed typo ProgressStyle -> progressStyle
Signed-off-by: Akash <akashsingh2210670@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9fcfda9 - Browse repository at this point
Copy the full SHA 9fcfda9View commit details
Commits on Oct 17, 2024
-
Refactor config loading and saving logic
This commit refactors the code related to loading and saving the configuration file. It introduces a new function `ConfigFilePath` in the `consts.go` file to generate the path for the configuration file based on the `configHome` directory. The `LoadConfig` function now returns the default configuration if the file doesn't exist, and the `SaveConfig` function creates the directory before saving the file. These changes improve the reliability and maintainability of the configuration handling. Fixes jozu-ai#419
Configuration menu - View commit details
-
Copy full SHA for eaa6cb5 - Browse repository at this point
Copy the full SHA eaa6cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d308f - Browse repository at this point
Copy the full SHA c3d308fView commit details
Commits on Oct 24, 2024
-
Update pkg/cmd/config/config.go
Co-authored-by: Gorkem Ercan <gorkem.ercan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for edb0ba1 - Browse repository at this point
Copy the full SHA edb0ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3b378 - Browse repository at this point
Copy the full SHA 1a3b378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e45526 - Browse repository at this point
Copy the full SHA 9e45526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305ec26 - Browse repository at this point
Copy the full SHA 305ec26View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e694998 - Browse repository at this point
Copy the full SHA e694998View commit details
Commits on Nov 1, 2024
-
Refactor error handling in config commands to use output.Fatalf for c…
…onsistent logging
Configuration menu - View commit details
-
Copy full SHA for 62069b3 - Browse repository at this point
Copy the full SHA 62069b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb0ada - Browse repository at this point
Copy the full SHA bfb0adaView commit details