1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 15:04: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...] comply [global options] command [command options] [arguments...]
COMMANDS: COMMANDS:
init initialize a new compliance repository (interactive) init initialize a new compliance repository (interactive)
build, b generate a static website summarizing the compliance program build, b generate a static website summarizing the compliance program
scheduler create tickets based on procedure schedule procedure, proc create ticket by procedure ID
serve live updating version of the build command scheduler create tickets based on procedure schedule
sync sync ticket status to local cache serve live updating version of the build command
todo list declared vs satisfied compliance controls sync sync ticket status to local cache
help, h Shows a list of commands or help for one command todo list declared vs satisfied compliance controls
help, h Shows a list of commands or help for one command
``` ```