You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user-guide/cli.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -536,3 +536,19 @@ Where `PROJECT_ID` is the randomly generated ID. If you did not set a custom nam
536
536
the `PROJECT_ID` is the string in the URL (either `PROJECT_ID.ploomber.app` or `PROJECT_ID.ploomberapp.io`), if you set
537
537
a custom name, you can retrieve the `PROJECT_ID` by clicking on the ⚙️ icon next to the
538
538
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.
0 commit comments