Skip to content

Commit 1d3317b

Browse files
committed
dev docs
1 parent 173bdaf commit 1d3317b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/user-guide/cli.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,3 +536,19 @@ Where `PROJECT_ID` is the randomly generated ID. If you did not set a custom nam
536536
the `PROJECT_ID` is the string in the URL (either `PROJECT_ID.ploomber.app` or `PROJECT_ID.ploomberapp.io`), if you set
537537
a custom name, you can retrieve the `PROJECT_ID` by clicking on the ⚙️ icon next to the
538538
URL in your app detailed view.
539+
540+
541+
## Dev mode
542+
543+
```{versionadded} 0.4.2
544+
```
545+
546+
Enable live dev mode for automatic deployment on source changes. When you save a file, the CLI uploads the modified file, and you can see the changes at <project-id>.ploomber.app.
547+
548+
If you modify `requirements.txt`, the CLI installs the new dependencies and restarts the app automatically.
549+
550+
To start Dev Mode, run from your project folder:
551+
552+
```sh
553+
ploomber-cloud dev
554+
```

0 commit comments

Comments
 (0)