Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EditsCmd = &cobra.Command{
Use: "edits",
Short: "Manage edit sessions (advanced)",
Long: `Manage edit sessions for fine-grained control over app changes.
Most commands automatically manage edits for you. Use these commands
when you need manual control over the edit lifecycle.
Workflow:
1. gpc edits create - Start a new edit session
2. Make changes (uploads, listing updates, etc.) with --no-auto-commit
3. gpc edits validate - Validate changes before committing
4. gpc edits commit - Commit changes to make them live`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.