Everything about Shuttle projects
proj_
.
The Shuttle API uses project IDs to identify calls to the project APIs.
The Project Name is an more convenient way to identify your projects.
The name is also part of the default free subdomain your project is hosted on (https://<project-name>-<nonce>.shuttle.app/
).
The nonce (4 random characters) at the end allows multiple users to have projects with the same name.
You can view your project IDs and names with:
--name
or --id
options, regardless of which directory you are in.
project
and project-dev
).
To deploy to the non-default project name, you can use the deploy
command with --name
for targetting a different project, and --secrets
to use a different secrets file. For example: