Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9323,7 +9323,17 @@ Usage: juno hosting clear [options]Options: -f, --fullPath Clear a parti

**Note:**

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.
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.

---

#### Prune

TBD

```
Usage: juno hosting prune [options]
```

---

Expand Down
10 changes: 9 additions & 1 deletion docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,20 @@ import HostingClear from "./cli/hosting-clear.md";

:::note

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.
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.

:::

---

#### Prune

import HostingPrune from "./cli/hosting-prune.md";

<HostingPrune />

---

#### Deploy

import HostingDeploy from "./cli/hosting-deploy.md";
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/cli/hosting-prune.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TBD

```
Usage: juno hosting prune [options]


```