You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
|`create <DATABASE_NAME> <BRANCH_NAME>`|`--from <SOURCE_BRANCH>`, `--region <BRANCH_REGION>`, `--restore <BACKUP_NAME>`, `--seed-data`, `--wait`| Create a new branch on the specified database |
28
28
|`delete <DATABASE_NAME> <BRANCH_NAME>`|`--force`| Delete the specified branch from the a database |
29
29
|`diff <DATABASE_NAME> <BRANCH_NAME>`|`--web`| Show the diff of the specified branch against the parent branch. |
30
-
|`keyspaces <DATABASE_NAME> <BRANCH_NAME>`|| Show information for sharded keyspaces. |
31
30
|`list <DATABASE_NAME>`|`--web`| List all branches of a database |
32
31
|`promote <DATABASE_NAME> <BRANCH_NAME>`|| Promote a database branch to production |
33
32
|`refresh-schema <DATABASE_NAME> <BRANCH_NAME>`|| Refresh the schema for a database branch |
|`create <DATABASE_NAME> <BRANCH_NAME> <KEYSPACE_NAME>`|`--cluster-size <SIZE>`\*, `--additional-replicas <NUMBER>`, `--shards <NUMBER>`| Create a new keyspace within a database branch. |
28
+
|`list <DATABASE_NAME> <BRANCH_NAME>` ` || List all keyspaces within a database branch. |
29
+
|`show <DATABASE_NAME> <BRANCH_NAME> <KEYSPACE_NAME>`|| Show a specific keyspace within a database branch. |
|`--additional-replicas <NUMBER>`|`<NUMBER>` is the number of replicas to add to the keyspace. By default, production branches include 2 replicas. |`create`, `resize`|
43
+
|`--cluster-size <SIZE>`|`<SIZE>` is the size of the database cluster. |`create`, `resize`|
44
+
|`--vschema <FILE>`|`<FILE>` is the path to the updated VSchema file. |`vschema update`|
0 commit comments