Insert a new sequence within a phase
Insert a new sequence after the specified number and renumber subsequent sequences.
The new sequence will be created with the proper 2-digit numbering format.
fest insert sequence [flags]
fest insert sequence --phase 001_PLAN --after 1 --name "validation"
fest insert sequence --phase ./003_IMPLEMENT --after 0 --name "setup"
--after int insert after this sequence number (0 for beginning)
-h, --help help for sequence
--name string name of the new sequence
--phase string phase directory to insert sequence in
--backup create backup before changes
--config string config file (default: ~/.obey/fest/config.json)
--debug enable debug logging
--dry-run preview changes without applying them (default true)
--no-color disable colored output
--verbose show detailed output
- fest insert - Insert new festival elements