Describe a Harbor project in an existing Harbor instance. This command can be used to check the internal spec and status of the HarborInstanceProject object.
EXAMPLES
To describe a Harbor project in an existing MHS Harbor instance, run:
gdcloud harbor harbor-projects describe example-harbor-project \
--instance=example-instance \
--project=example-project
REQUIRED FLAGS
--instance string Harbor instance ID
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThis command, \u003ccode\u003egdcloud harbor harbor-projects describe\u003c/code\u003e, is used to describe a specific Harbor project within a Harbor instance.\u003c/p\u003e\n"],["\u003cp\u003eIt allows users to view the internal specifications and status of a HarborInstanceProject object.\u003c/p\u003e\n"],["\u003cp\u003eThe command requires the \u003ccode\u003e--instance\u003c/code\u003e flag to specify the Harbor instance ID.\u003c/p\u003e\n"],["\u003cp\u003eUsers must specify the Harbor project they want to describe, by providing a project name such as \u003ccode\u003eexample-harbor-project\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCommon gdcloud flags such as \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, \u003ccode\u003e--project\u003c/code\u003e, \u003ccode\u003e--quiet\u003c/code\u003e can be used.\u003c/p\u003e\n"]]],[],null,["# gdcloud harbor harbor-projects describe\n\nNAME\n----\n\ngdcloud harbor harbor-projects describe - Describe a Harbor project in an existing Harbor instance.\n\nSYNOPSIS\n--------\n\n gdcloud harbor harbor-projects describe HARBOR_PROJECT [flags]\n\nDESCRIPTION\n-----------\n\nDescribe a Harbor project in an existing Harbor instance. This command can be used to check the internal spec and status of the HarborInstanceProject object.\n\n### EXAMPLES\n\n To describe a Harbor project in an existing MHS Harbor instance, run:\n\n gdcloud harbor harbor-projects describe example-harbor-project \\\n --instance=example-instance \\\n --project=example-project\n\n### REQUIRED FLAGS\n\n --instance string Harbor instance ID\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]