Skip to content

Instantly share code, notes, and snippets.

@alexvanin
Created November 18, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexvanin/054a77e804ab2bb792e04660f0571539 to your computer and use it in GitHub Desktop.
Save alexvanin/054a77e804ab2bb792e04660f0571539 to your computer and use it in GitHub Desktop.
$ docker pull nspccdev/neofs-cli:0.1.17
0.1.17: Pulling from nspccdev/neofs-cli
9d48c3bd43c5: Already exists
2ddf12e54bbd: Pull complete
ee98a12eff45: Pull complete
de46c7ff4f1f: Pull complete
Digest: sha256:4329c32c476eca005f7e82530552a8b1d03380799f1566d35e2ae92c979c49f3
Status: Downloaded newer image for nspccdev/neofs-cli:0.1.17
docker.io/nspccdev/neofs-cli:0.1.17
$ docker run -it nspccdev/neofs-cli:0.1.17
NAME:
neofs-cli - Example of tool that provides basic interactions with NeoFS
USAGE:
neofs-cli [global options] command [command options] [arguments...]
VERSION:
dev (now)
COMMANDS:
set set default values for key or host
object object manipulation
sg storage group manipulation
container container manipulation
withdraw withdrawals manipulation
accounting accounts manipulation
status node status info
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--ttl value request ttl (default: 0)
--config value config (default: ".neofs-cli.yml") [$NEOFS_CLI_CONFIG]
--help, -h show help
--version, -v print the version
bash-5.0# neofs-cli status --host fs.nspcc.ru:8080 epoch
25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment