gdcloud harbor harbor-projects create

NAME

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

SYNOPSIS

gdcloud harbor harbor-projects create HARBOR_PROJECT [flags]

DESCRIPTION

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

EXAMPLES

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

  gdcloud harbor harbor-projects create example-harbor-project \
  --instance=example-haas-instance \
  --project=example-project

OPTIONAL FLAGS

      --instance string   HaaS Harbor instance ID (required).

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.