Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Aug 8, 2021
1 parent 7351520 commit 7a40445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ group:
# Include GitLab subgroups when using the --group flag.
include-subgroups: false

# Take manual decision before committing any change. Requires git to be installed.
interactive: false

# The file where all logs should be printed to. "-" means stdout.
log-file: "-"

Expand Down Expand Up @@ -413,6 +416,7 @@ Flags:
(default "go")
-G, --group strings The name of a GitLab organization. All repositories in that group will be used.
--include-subgroups Include GitLab subgroups when using the --group flag.
-i, --interactive Take manual decision before committing any change. Requires git to be installed.
--log-file string The file where all logs should be printed to. "-" means stdout. (default "-")
--log-format string The formating of the logs. Available values: text, json, json-pretty. (default "text")
-L, --log-level string The level of logging that should be made. Available values: trace, debug, info, error. (default "info")
Expand Down

0 comments on commit 7a40445

Please sign in to comment.