-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dj Walker-Morgan <dj.walker-morgan@enterprisedb.com>
- Loading branch information
Showing
30 changed files
with
1,257 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
14 changes: 14 additions & 0 deletions
14
product_docs/docs/pgd/5/cli/command_ref/commit-scope/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: pgd commit-scope | ||
navTitle: Commit Scope | ||
--- | ||
|
||
The `pgd commit-scope` commands are used to display and manage the commit scopes in the EDB Postgres Distributed cluster. | ||
|
||
## Subcommands | ||
|
||
- [show](show): Show information about a commit scope. | ||
- [create](create): Create a commit scope. | ||
- [update](update): Update a commit scope. | ||
- [drop](drop): Drop a commit scope. | ||
|
Oops, something went wrong.