gdcloud harbor harbor-projects create

NAME

gdcloud harbor harbor-projects create - Create a Harbor project in an existing Harbor instance.

SYNOPSIS

gdcloud harbor harbor-projects create HARBOR_PROJECT [flags]

DESCRIPTION

Create a Harbor project in an existing Harbor instance. This command uses the username of the executor as the project creator.

EXAMPLES

To create a Harbor project in an existing MHS Harbor instance, run:

  gdcloud harbor harbor-projects create example-harbor-project \
  --instance=example-instance \
  --project=example-project
  --enable-vulnerability-scanning=true

REQUIRED FLAGS

      --instance string   Harbor instance ID

OPTIONAL FLAGS

      --enable-vulnerability-scanning   Enable vulnerability scanning for the Harbor project. (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.