Skip to content

Commit debcab4

Browse files
Replace deploy command options with API reference link
Co-Authored-By: Alek Petuskey <[email protected]>
1 parent 70cc2f0 commit debcab4

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

docs/hosting/deploy-quick-start.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -63,38 +63,7 @@ The command is by default interactive. It asks you a few questions for informati
6363

6464
That’s it! You should receive some feedback on the progress of your deployment and in a few minutes your app should be up. 🎉
6565

66-
#### Deploy Command Options
67-
68-
The `reflex deploy` command has several options to customize your deployment:
69-
70-
```bash
71-
$ reflex deploy --help
72-
Usage: reflex deploy [OPTIONS]
73-
74-
Deploy the app to the Reflex hosting service.
75-
76-
Options:
77-
--project TEXT The project ID to deploy to.
78-
--app TEXT The app ID to deploy to.
79-
--region TEXT The region to deploy to.
80-
--vmtype TEXT The VM type to deploy to.
81-
--description TEXT The description of the app.
82-
--env-vars TEXT The environment variables to set for the app.
83-
--token TEXT The token to use for authentication.
84-
--loglevel [debug|default|info|warning|error|critical]
85-
The log level to use.
86-
--help Show this message and exit.
87-
```
88-
89-
- `--project`: Specify the project ID to deploy to
90-
- `--app`: Specify an existing app ID to update
91-
- `--region`: Choose a specific region for deployment
92-
- `--vmtype`: Select the VM type for your deployment
93-
- `--description`: Add a description for your app
94-
- `--env-vars`: Set environment variables for your app
95-
- `--token`: Use a token for authentication instead of interactive login
96-
97-
For more detailed information about deployment, see the [Deploy Documentation](https://reflex.dev/docs/hosting/deploy/).
66+
For detailed information about the deploy command and its options, see the [Deploy API Reference](https://reflex.dev/docs/hosting/deploy/) and the [CLI Reference](https://reflex.dev/docs/api-reference/cli/).
9867

9968

10069
```md alert info

0 commit comments

Comments
 (0)