⚠️ This is not an official client ⚠️
```bash
cargo install pcloud-cli ```
pcloud-cli
To be able to connect to the pcloud server, you need to create the following configuration file.
bash
$ cat ~/.config/pcloud.json
{
"credentials": {
"username": "your-email-address",
"password": "your-password"
},
"region": {
"name": "eu|us"
}
}
You can then use pcloud-cli
```bash $ pcloud-cli --help pcloud-cli 0.2.1
Jeremie Drouet jeremie.drouet@gmail.com
CLI for pcloud
USAGE:
pcloud-cli [OPTIONS]
OPTIONS:
-c, --config
SUBCOMMANDS: file File related sub command folder Folder related sub command help Print this message or the help of the given subcommand(s) ```