Skip to main content

ENTITY_CREATE

Constant ENTITY_CREATE 

Source
pub const ENTITY_CREATE: &str = "\
Create a project, portfolio or goal.

```
ytcli project create -s \"Storage rework\"
ytcli portfolio create -s \"Platform\" -d \"everything below the API\"
ytcli goal create -s \"Cut p99 latency\" --end 2026-12-31
```

`--summary` is the only one required: everything else an entity has is either
a reference you would have to look up first or prose that belongs in the web
interface rather than in shell quoting.

The id is printed, and is what every other entity command takes — issue keys
never address one of these.";