File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,13 @@ _dvc_pull='-j --jobs -r --remote -a --all-branches -T --all-tags -f --force -d -
60
60
_dvc_pull_COMPGEN=_dvc_compgen_DVCFiles
61
61
_dvc_push=' -j --jobs -r --remote -a --all-branches -T --all-tags -d --with-deps -R --recursive'
62
62
_dvc_push_COMPGEN=_dvc_compgen_DVCFiles
63
- _dvc_remote=' add default list modify remove'
63
+ _dvc_remote=' add default list modify remove rename '
64
64
_dvc_remote_add=' --global --system --local -d --default -f --force'
65
65
_dvc_remote_default=' --global --system --local -u --unset'
66
66
_dvc_remote_list=' --global --system --local'
67
67
_dvc_remote_modify=' --global --system --local -u --unset'
68
68
_dvc_remote_remove=' --global --system --local'
69
+ _dvc_remote_rename=' --global --system --local'
69
70
_dvc_remove=' -o --outs -p --purge -f --force'
70
71
_dvc_remove_COMPGEN=_dvc_compgen_DVCFiles
71
72
_dvc_repro=' -f --force -s --single-item -c --cwd -m --metrics --dry -i --interactive -p --pipeline -P --all-pipelines --no-run-cache --force-downstream --no-commit -R --recursive --downstream'
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ _dvc_plots=(
218
218
)
219
219
220
220
_dvc_remote=(
221
- " 1:Sub command:(add default remove modify list)"
221
+ " 1:Sub command:(add default remove modify list rename )"
222
222
)
223
223
224
224
_dvc_remove=(
You can’t perform that action at this time.
0 commit comments