bootspring switch
Switch between projects in your Bootspring account.
Overview#
The switch command allows you to change the active project context, useful when working with multiple projects.
Usage#
bootspring switch [project-name]Arguments#
| Argument | Description |
|---|---|
project-name | Name of project to switch to (optional) |
If no project name is provided, lists available projects to choose from.
Examples#
1# List available projects
2bootspring switch
3
4# Switch to specific project
5bootspring switch my-app
6
7# Switch to another project
8bootspring switch backend-apiExample Output#
⚡ Bootspring Switch
Available Projects:
→ my-app (current)
backend-api
mobile-app
admin-dashboard
Enter project name to switch:
Project Context#
When you switch projects, the following changes:
- Active API key
- Project configuration
- Dashboard context
- Telemetry association
Related Commands#
bootspring project- Project managementbootspring auth- Authenticationbootspring dashboard- Open dashboard