-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82: More cli commands r=Shemnei a=Shemnei # Added - Added new `render` cli command to display resolved template dotfile ([#19](#19)) - Added new `verify` cli command to verify a given profile ([#19](#19)) - Added new `diff` cli command to print the potential diffs of a given profile ([#82](#82)) - Added new `man` cli command to generate man pages for the application ([#82](#82)) - Added new `completions` cli command to generate shell completions for the application ([#82](#82)) - Added `-q/--quite` cli flag to only display errors ([#42](#42)) - Added `--json-output/--yaml-output` cli argument to write the deployment status to files ([#47](#47)) - Added support for symlink creation in profiles ([#54](#54)) - Added path resolving of `~` and environment variables ([#48](#48)) - Added support for the `aliases` attribute in profiles # Changed - **BREAKING** The profile cli argument now must be given with the `-p/--profile` specifier ([#82](#82)) - Updated internal workings of the deployment process to make it more flexible ([#82](#82)) - Dotfiles are now sorted by descending priority to maybe reduce disk read/writes ([#27](#27)) - Improved aur package installation; Now includes man page and shell completions ([#82](#82)) Co-authored-by: Jonas Grawe <[email protected]>
- Loading branch information
Showing
31 changed files
with
3,506 additions
and
1,528 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
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
Oops, something went wrong.