capact manifest generate interface
capact manifest generate interface
Generate new Interface-related manifests
Synopsis
Generate new InterfaceGroup, Interface and associated Type manifests
capact manifest generate interface [PATH] [flags]
Examples
# Generate manifests for the cap.interface.database.postgresql.install Interface
capact manifest generate interface cap.interface.database.postgresql.install
Options
-h, --help help for interface
-r, --revision string Revision of the Interface manifest (default "0.1.0")
Options inherited from parent commands
-C, --config string Path to the YAML config file
-o, --output string Path to the output directory for the generated manifests (default "generated")
--overwrite Overwrite existing manifest files
-v, --verbose int/string[=simple] Prints more verbose output. Allowed values: 0 - disable, 1 - simple, 2 - trace (default 0 - disable)
SEE ALSO
- capact manifest generate - OCF Manifests generation