Skip to content

project metadata field

project metadata field delete

project metadata field delete <PROJECT_NAME_OR_ID> <FIELD> [OPTIONS]

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

project metadata field get <PROJECT_NAME_OR_ID> <FIELD>

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

project metadata field set <PROJECT_NAME_OR_ID> <FIELD> <VALUE>

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: