mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
60 lines
1.6 KiB
Text
60 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha pubsub schemas - manage Pub/Sub schemas
|
|
|
|
SYNOPSIS
|
|
gcloud alpha pubsub schemas COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud alpha pubsub schemas group lets you create and manage
|
|
Pub/Sub schemas. These schemas can be attached to topics to enable
|
|
validation of published messages. Commands to validate schemas and messages
|
|
against schemas are also available.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
commit
|
|
(ALPHA) Commit a Pub/Sub schema revision.
|
|
|
|
create
|
|
(ALPHA) Create a Pub/Sub schema.
|
|
|
|
delete
|
|
(ALPHA) Delete a Pub/Sub schema.
|
|
|
|
delete-revision
|
|
(ALPHA) Delete a Pub/Sub schema revision.
|
|
|
|
describe
|
|
(ALPHA) Show details of a Pub/Sub schema.
|
|
|
|
list
|
|
(ALPHA) List Pub/Sub schemas.
|
|
|
|
list-revisions
|
|
(ALPHA) List revisions of a Pub/Sub schema.
|
|
|
|
rollback
|
|
(ALPHA) Roll back a Pub/Sub schema to a specified revision.
|
|
|
|
validate-message
|
|
(ALPHA) Validate a message against a Pub/Sub schema.
|
|
|
|
validate-schema
|
|
(ALPHA) Validate a Pub/Sub schema.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud pubsub schemas
|
|
|
|
$ gcloud beta pubsub schemas
|
|
|