Skip to main content
Projects organize your training runs, evaluations, datasets, and inferences. Most CLI commands operate on the active project, which is stored in ~/.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 ().
Alias: 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.
Alias: inf project use

Arguments

Examples

Temporarily override the active project for a single command without changing your stored config using the global --project flag:

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>.