Skip to main content
The projects select command allows you to choose which Crossmint project you want to work with for subsequent commands. To use it, run the following command from your terminal

Arguments

Example

Interactive selection

Select a project interactively:
You’ll be presented with a list of your projects:
After selecting a project, you’ll see a confirmation message:

Non-interactive selection

You can also pass a project ID directly to skip the interactive prompt. This is useful for scripting and agent-based workflows:
Use crossmint projects list to view all available projects and their IDs.
After selecting a project, commands that require a project context (like API key management) will use the selected project.