NAME
gdcloud harbor instances create - Create a Harbor instance.
SYNOPSIS
gdcloud harbor instances create INSTANCE_NAME [flags]
EXAMPLES
To create a Harbor instance, run:
gdcloud harbor instances create example-instance \
--project=example-project \
--initial-harbor-project=foo
--initial-harbor-project-enable-vulnerability-scanning=true
OPTIONAL FLAGS
--initial-harbor-project string Initial Harbor project created along with the Harbor instance. If omitted, an initial Harbor project is not created.
--initial-harbor-project-enable-vulnerability-scanning Enable vulnerability scanning for the initial Harbor project. Only evaluated if --initial-harbor-project was used. (default true)
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.