Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 230 Bytes

File metadata and controls

15 lines (9 loc) · 230 Bytes

dapi project set <id>

Sets the active project by id, opening it. Returns null if no project has that id.

Input

  • <id>: project id (required)

Output

One JSON value:

{ id: string; name: string } | null