Skip to content

Commit

Permalink
Added 'rm' back
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilding committed Dec 4, 2024
1 parent bb870dd commit 921219d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/reference/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,20 @@ The restart command restarts the named service(s) in the correct order.

The `rm` command is used to remove a file or directory.

<!-- START AUTOMATED OUTPUT FOR rm -->
```{terminal}
:input: pebble rm --help
Usage:
pebble rm [rm-OPTIONS] <path>
The rm command removes a file or directory.
[rm command options]
-r Remove all files and directories recursively in the
specified path
```
<!-- END AUTOMATED OUTPUT FOR rm -->

Read more: [Use Pebble in containers](pebble-in-containers.md).


Expand Down

0 comments on commit 921219d

Please sign in to comment.