This command upserts an app config and deploys your app to Paperspace. You can optionally specify a path to a config file. If no config file is specified, the default config file paths are tried.
Deploy the app in the current directory.
$ pspace up
Deploy the app using a config file.
$ pspace up -c paperspace.json
Deploy an app in a different directory.
$ pspace up --cwd ../my-app
The path to the config file. Defaults to our default config file paths.
The default config file paths are in order of precedence:
The ID of the project to deploy to.
The directory to deploy the app from. Defaults to the current directory.
These flags are available on all commands.
Enable debug logging. One of debug
, info
, warning
, error
, or critical
.
Output JSON
A Paperspace public API Key used for authenticating requests
Show help for a command