init
The init command initializes a new policy pack in the provided directory with the provided name.
Syntax
Section titled “Syntax”sentrie init {NAME} [OPTIONS]Options
Section titled “Options”--directory
Section titled “--directory”Specifies the directory to initialize the policy pack in.
sentrie init my-policy-pack --directory ./my-policy-packExamples
Section titled “Examples”Create a policy pack in the current directory:
sentrie init my-policy-packCreate a policy pack in the my-policy-pack directory:
sentrie init my-policy-pack --directory ./my-policy-pack