mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +00:00
39 lines
823 B
Text
39 lines
823 B
Text
NAME
|
|
gcloud dataplex glossaries terms - manage Dataplex glossary terms
|
|
|
|
SYNOPSIS
|
|
gcloud dataplex glossaries terms COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Glossary terms are the core of a Dataplex glossary. A glossary term holds a
|
|
rich text description that can be attached to entries or specific columns
|
|
to enrich them.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Creates a glossary term.
|
|
|
|
delete
|
|
Deletes a glossary term.
|
|
|
|
describe
|
|
Describes a glossary term.
|
|
|
|
list
|
|
List glossary terms.
|
|
|
|
update
|
|
Updates a glossary term.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha dataplex glossaries terms
|
|
|