~/.inf/config.json and settable per-invocation with the global --project <id> flag.
inf project list
Display every project you have access to in the active team. The active project is flagged with a green dot (●).
inf project ls
Example
inf project switch
Set a different project as the active project. The CLI validates that the project exists and that you have access before saving.
inf project use
Arguments
| Argument | Required | Description |
|---|---|---|
project-id | Yes | The ID of the project to activate |
Examples
inf project current
Show details about the currently active project — project ID, name, team ID, and creation date. If no project is active, the command errors and points you at inf project switch <id>.