1
0
mirror of https://github.com/strongdm/comply synced 2024-06-30 22:14:22 +00:00

introduce procedure command

This commit is contained in:
Justin McCarthy 2018-05-18 14:42:55 -07:00
parent 80c8978034
commit f5b28a1bac
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -58,12 +58,13 @@ USAGE:
comply [global options] command [command options] [arguments...]
COMMANDS:
init initialize a new compliance repository (interactive)
build, b generate a static website summarizing the compliance program
scheduler create tickets based on procedure schedule
serve live updating version of the build command
sync sync ticket status to local cache
todo list declared vs satisfied compliance controls
help, h Shows a list of commands or help for one command
init initialize a new compliance repository (interactive)
build, b generate a static website summarizing the compliance program
procedure, proc create ticket by procedure ID
scheduler create tickets based on procedure schedule
serve live updating version of the build command
sync sync ticket status to local cache
todo list declared vs satisfied compliance controls
help, h Shows a list of commands or help for one command
```