Commands
but commit
Commit changes to a stack
Usage
Options
-m, --message <MESSAGE>
Commit message.
- Type: String
- Required: Optional
--branch <BRANCH>
Branch CLI ID or name to derive the stack to commit to.
- Type: String
- Required: Optional
-o, --only
Only commit assigned files, not unassigned files.
- Type: Flag (boolean)
- Default:
false
Examples
Commit with a message:
Commit to a specific branch:
Commit only assigned files:
Last updated on