Skip to content

Commit 8601152

Browse files
committed
update docs
1 parent 8da05c4 commit 8601152

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

digestabotctl/docs/digestabotctl_update.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Command to control updates to digests
99
--branch string branch for commit
1010
--create-pr Create a PR
1111
--description string PR description (default "Updating image digests")
12-
-d, --directory string Directory to update files (default ".")
13-
-f, --file-types strings Files to update (default [*.yaml,*.yml,*.sh,*.tf,*.tfvars,Dockerfile*,Makefile*])
1412
-h, --help help for update
1513
--owner string Repo owner/organization
1614
--platform string Platform to create the PR. Options are [github gitlab]

digestabotctl/docs/digestabotctl_update_files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ digestabotctl update files [flags]
99
### Options
1010

1111
```
12-
-h, --help help for files
12+
-d, --directory string Directory to update files (default ".")
13+
-f, --file-types strings Files to update (default [*.yaml,*.yml,*.sh,*.tf,*.tfvars,Dockerfile*,Makefile*])
14+
-h, --help help for files
1315
```
1416

1517
### Options inherited from parent commands
@@ -20,8 +22,6 @@ digestabotctl update files [flags]
2022
--config string config file (default is $HOME/.digestabot.json)
2123
--create-pr Create a PR
2224
--description string PR description (default "Updating image digests")
23-
-d, --directory string Directory to update files (default ".")
24-
-f, --file-types strings Files to update (default [*.yaml,*.yml,*.sh,*.tf,*.tfvars,Dockerfile*,Makefile*])
2525
--owner string Repo owner/organization
2626
--platform string Platform to create the PR. Options are [github gitlab]
2727
--repo string Repo name

0 commit comments

Comments
 (0)