Skip to main content

stave profile create

Generate a starter profile YAML

Usage

stave profile create [flags]

Description

Generate a starter custom compliance profile YAML file. Edit the generated file to add sections and control requirements.

Exit Codes: 0 Profile created 2 Invalid input

Flags

FlagTypeDescription
--descriptionstringprofile description
--namestringprofile name (required)
--outstringoutput file path (required)

Examples

stave profile create --name "acme-internal" --out profiles/acme.yaml