Skip to content

Commit e2e03fe

Browse files
docs: juno hosting prune (#661)
* docs: juno hosting prune Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c521eeb commit e2e03fe

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

.llms-snapshots/llms-full.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9323,7 +9323,17 @@ Usage: juno hosting clear [options]Options: -f, --fullPath Clear a parti
93239323

93249324
**Note:**
93259325

9326-
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.
9326+
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.
9327+
9328+
---
9329+
9330+
#### Prune
9331+
9332+
TBD
9333+
9334+
```
9335+
Usage: juno hosting prune [options]
9336+
```
93279337

93289338
---
93299339

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)