mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-14 17:37:26 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -193,10 +193,11 @@ For additional usage see the help:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ dotdrop.sh --help
|
$ dotdrop.sh --help
|
||||||
|
|
||||||
_ _ _
|
_ _ _
|
||||||
__| | ___ | |_ __| |_ __ ___ _ __
|
__| | ___ | |_ __| |_ __ ___ _ __
|
||||||
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
||||||
\__,_|\___/ \__\__,_|_| \___/| .__/
|
\__,_|\___/ \__\__,_|_| \___/| .__/
|
||||||
|_|
|
|_|
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
@@ -204,13 +205,14 @@ Usage:
|
|||||||
dotdrop import [-ldV] [-c <path>] [-p <profile>] <paths>...
|
dotdrop import [-ldV] [-c <path>] [-p <profile>] <paths>...
|
||||||
dotdrop compare [-V] [-c <path>] [-p <profile>]
|
dotdrop compare [-V] [-c <path>] [-p <profile>]
|
||||||
[-o <opts>] [--files=<files>]
|
[-o <opts>] [--files=<files>]
|
||||||
|
dotdrop update [-fdV] [-c <path>] <path>
|
||||||
dotdrop listfiles [-V] [-c <path>] [-p <profile>]
|
dotdrop listfiles [-V] [-c <path>] [-p <profile>]
|
||||||
dotdrop list [-V] [-c <path>]
|
dotdrop list [-V] [-c <path>]
|
||||||
dotdrop --help
|
dotdrop --help
|
||||||
dotdrop --version
|
dotdrop --version
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-p --profile=<profile> Specify the profile to use [default: ilak].
|
-p --profile=<profile> Specify the profile to use [default: carbon].
|
||||||
-c --cfg=<path> Path to the config [default: config.yaml].
|
-c --cfg=<path> Path to the config [default: config.yaml].
|
||||||
--files=<files> Comma separated list of files to compare.
|
--files=<files> Comma separated list of files to compare.
|
||||||
-o --dopts=<opts> Diff options [default: ].
|
-o --dopts=<opts> Diff options [default: ].
|
||||||
@@ -221,7 +223,6 @@ Options:
|
|||||||
-d --dry Dry run.
|
-d --dry Dry run.
|
||||||
-v --version Show version.
|
-v --version Show version.
|
||||||
-h --help Show this screen.
|
-h --help Show this screen.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For easy deployment the default profile used by dotdrop reflects the
|
For easy deployment the default profile used by dotdrop reflects the
|
||||||
@@ -365,6 +366,9 @@ cp <encrypted-version-of-secret> dotfiles/secret
|
|||||||
* edit the config file and add the transformation to the dotfile
|
* edit the config file and add the transformation to the dotfile
|
||||||
* commit and push the changes
|
* commit and push the changes
|
||||||
|
|
||||||
|
Note that transformations cannot be used if the dotfiles is to be linked (`link: true`)
|
||||||
|
and `compare` won't work on dotfiles using transformations.
|
||||||
|
|
||||||
## Update dotdrop
|
## Update dotdrop
|
||||||
|
|
||||||
If used as a submodule, update it with
|
If used as a submodule, update it with
|
||||||
|
|||||||
Reference in New Issue
Block a user