Skip to content

Commit

Permalink
docs(README.md): rm, push and pull are now implemented
Browse files Browse the repository at this point in the history
These features have been implemented now:

* rm (canonical#146)
* push (canonical#147)
* pull (canonical#148)
  • Loading branch information
thp-canonical committed Nov 20, 2023
1 parent f3a718c commit 96d5107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ Pebble provides various API calls and commands to manage files and directories o
```
$ pebble ls <path> # list file information (like "ls")
$ pebble mkdir <path> # create a directory (like "mkdir")

# TODO -- the following commands are coming soon
$ pebble rm <path> # remove a file or directory (like "rm")
$ pebble push <local> <remote> # copy file to server (like "cp")
$ pebble pull <remote> <local> # copy file from server (like "cp")
Expand Down

0 comments on commit 96d5107

Please sign in to comment.