project metadata field
project metadata field delete
Delete a single field in the metadata for a project.
Arguments
PROJECT_NAME_OR_ID
Name or ID of the project to use. Prefix with 'id:'
to specify an ID.
Type: text
Required: ✅
FIELD
The metadata field to delete.
Type: text
Required: ✅
Options
--force
Force deletion without confirmation.
Type: boolean
(flag)
Default: False
project metadata field get
Get a single field from the metadata for a project. NOTE: does not support table output currently.
Arguments
PROJECT_NAME_OR_ID
Name or ID of the project to use. Prefix with 'id:'
to specify an ID.
Type: text
Required: ✅
FIELD
The name of the field to get.
Type: text
Required: ✅
project metadata field set
Set a single field in the metadata for a project.
Arguments
PROJECT_NAME_OR_ID
Name or ID of the project to use. Prefix with 'id:'
to specify an ID.
Type: text
Required: ✅
FIELD
The name of the field to set.
Type: text
Required: ✅
VALUE
The value to set.
Type: text
Required: ✅