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
P.S. By default a new `index.html` with basic content will be created, but you can set a directory when you create a new application as follows: `app:create nameOfApp ./appDir`, so all files will be copied to the `AppData` directoy, you can then update your app using `app:update <name> <remote_dir>`. This command will attempt to create a subdomain with a random `uid` prefixed with the name of the app.
154
154
155
155
-**Update Application**: Update an application.
156
156
```bash
157
-
puter app:update <name><remote_dir>
157
+
puter> app:update <name><remote_dir>
158
158
```
159
159
**IMPORTANT** All existing files will be overwritten, new files are copied, other files are just ignored.
160
160
161
161
-**Delete Application**: Delete an application.
162
162
```bash
163
-
puter app:delete [-f] <name>
163
+
puter> app:delete [-f] <name>
164
164
```
165
165
P.S. This command will lookup for the allocated `subdomain` and attempt to delete it if it exists.
166
166
@@ -170,20 +170,31 @@ The static sites are served from the selected directory (or the current director
170
170
171
171
-**Deploy Site**: Deploy a static website from a directory.
0 commit comments