Grafbase Branch Command
Commands that lets you manage branches.
Creates a new branch.
Usage:
grafbase branch create <BRANCH_REF>Arguments:
<BRANCH_REF>: Branch reference that uses the formataccount/graph@branch.
Removes a branch.
Usage:
grafbase branch remove <BRANCH_REF>Arguments:
<BRANCH_REF>: Branch reference that uses the formataccount/graph@branch.
Create a branch:
grafbase branch create stagingRemove a branch:
grafbase branch remove staging