github.com/zaquestion/lab@v0.25.1/docs/lab_milestone_create.md (about) 1 ## lab milestone create 2 3 Create a new milestone 4 5 ``` 6 lab milestone create [remote] <name> [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 lab milestone create my-milestone 13 lab milestone create upstream 'my title' --description 'Some Description' 14 ``` 15 16 ### Options 17 18 ``` 19 --description string description of the new milestone 20 -h, --help help for create 21 ``` 22 23 ### Options inherited from parent commands 24 25 ``` 26 --debug Enable debug logging level 27 --no-pager Do not pipe output into a pager 28 --quiet Turn off any sort of logging. Only command output is printed 29 ``` 30 31 ### SEE ALSO 32 33 * [lab milestone](lab_milestone.md) - List and search milestones 34 35 ###### Auto generated by spf13/cobra on 27-Jun-2022