src milestone create
Create a Milestone
Usage
src milestone create [flags]
Examples
Create milestone with name
src milestone create --name "v1.0"
Create milestone with description
src milestone create --name "v1.0" --description "First release"
Create milestone with deadline
src milestone create --name "v1.0" --deadline 2025-06-30
Create milestone with start date and deadline
src milestone create --name "Q1 Sprint" --start-date 2025-01-01 --deadline 2025-03-31
Create milestone in another repository
src milestone create --name "v1.0" -R foo/bar
Flags
| Flag | Description |
|---|---|
--silent |
|
--name string |
milestone name |
--slug string |
optional, default slug is generated from name |
--description string |
optional, milestone description |
Inherited flags
| Flag | Description |
|---|---|
--env string |
Override Sourcecraft environment (use 'src envs' to list available) |
--json string |
Output JSON, optionally filtered (--json or --json=field1,field2) |
--json-compact string |
Output compact JSON, optionally filtered |
--plain |
Output without colors/styling (for LLM consumption) |
-R, --repo string |
Select another repository using OWNER/REPO format |
-V, --verbose |
Enable debug logging output |
Learn more
Use src milestone create <subcommand> --help for more information about a command.