forked from agama-project/agama
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): drop "agama config add/set" subcommands (agama-project#1314)
## Problem Agama CLI supports setting specific values directly via the CLI. Check `agama config --help` to learn more. However, it has a few problems: * It is not finished yet, especially when it comes to handle collections. * How useful is for real use cases (instead of just using config load)? We have some examples in the documentation, but nothing critical. * Users could manipulate the configuration by using a tool like `jq`. ## Solution Just drop the `agama config add/set` subcommands.
- Loading branch information
Showing
28 changed files
with
97 additions
and
1,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
------------------------------------------------------------------- | ||
Tue Jun 11 21:39:51 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Add the jq package to the image (gh#openSUSE/agama#1314). | ||
|
||
------------------------------------------------------------------- | ||
Thu Jun 6 14:30:19 UTC 2024 - Ladislav Slezák <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.