pcloud-cli

Crates.iopcloud-cli
lib.rspcloud-cli
version1.1.0
sourcesrc
created_at2021-11-11 17:43:05.811006
updated_at2024-08-11 13:12:17.848796
descriptionCLI for pcloud
homepage
repositoryhttps://github.com/jdrouet/pcloud
max_upload_size
id480292
size114,572
Jérémie Drouet (jdrouet)

documentation

README

pCloud cli

⚠️ This is not an official client ⚠️

Installation

# From crates.io
cargo install pcloud-cli

Using pcloud-cli

To be able to connect to the pcloud server, you need to create the following configuration file.

$ cat ~/.config/pcloud.json
{
        "credentials": {
                "username": "your-email-address",
                "password": "your-password"
        },
        "region": {
                "name": "eu|us"
        }
}

You can then use pcloud-cli

$ pcloud-cli --help
pcloud-cli 0.2.1

Jeremie Drouet <jeremie.drouet@gmail.com>

CLI for pcloud

USAGE:
    pcloud-cli [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -c, --config <CONFIG>    Path to load the configuration file. Default to ~/.config/pcloud.json.
                             If not found, loading from environment.
    -h, --help               Print help information
    -v, --verbose
    -V, --version            Print version information

SUBCOMMANDS:
    file      File related sub command
    folder    Folder related sub command
    help      Print this message or the help of the given subcommand(s)
Commit count: 115

cargo fmt