Skip to content

Commit

Permalink
Merge pull request #2273 from liquibase/added-QualityChecks-MacOS
Browse files Browse the repository at this point in the history
Added new Quality Checks command and subcommands (Mac specifict)
  • Loading branch information
nvoxland committed Feb 7, 2022
2 parents 61cafa5 + 9cdc4f4 commit c9dfcf0
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -45,6 +45,15 @@ complete -W \
listLocks \
releaseLocks \
dropAll \
'checks run' \
'checks delete --check-name=<check_short_name>' \
'checks bulk-set' \
'checks show' \
'checks customize --check-name=<check_short_name>' \
'checks reset --check-name=<check_short_name>' \
'checks enable --check-name=<check_short_name>' \
'checks disable --check-name=<check_short_name>' \
'checks copy --check-name=<check_short_name>' \
--changeLogFile \
--username \
--password \
Expand Down

0 comments on commit c9dfcf0

Please sign in to comment.