Skip to content

Commit fb4c237

Browse files
docs: juno hosting prune
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent c521eeb commit fb4c237

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

docs/reference/cli.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,20 @@ import HostingClear from "./cli/hosting-clear.md";
9393

9494
:::note
9595

96-
This command removes existing files from the Satellite and only affects the app assets, your frontend. Your user's uploaded files will not be cleared from your custom collections in the storage.
96+
This command removes existing assets from the Satellite related to your frontend app. Your user's uploaded files will not be cleared from your custom collections.
9797

9898
:::
9999

100100
---
101101

102+
#### Prune
103+
104+
import HostingPrune from "./cli/hosting-prune.md";
105+
106+
<HostingPrune />
107+
108+
---
109+
102110
#### Deploy
103111

104112
import HostingDeploy from "./cli/hosting-deploy.md";
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
TBD
2+
3+
```
4+
Usage: juno hosting prune [options]
5+
6+
7+
```

0 commit comments

Comments
 (0)