Skip to content

Instantly share code, notes, and snippets.

@alexvanin
Last active November 18, 2019 16:24
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/26a8e5395e58d076858ceb5e2a485223 to your computer and use it in GitHub Desktop.
Save alexvanin/26a8e5395e58d076858ceb5e2a485223 to your computer and use it in GitHub Desktop.
$ git clone git@github.com:nspcc-dev/neofs-cli.git
Cloning into 'neofs-cli'...
remote: Enumerating objects: 23, done.
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 23 (delta 2), reused 23 (delta 2), pack-reused 0
Receiving objects: 100% (23/23), 44.20 KiB | 486.00 KiB/s, done.
Resolving deltas: 100% (2/2), done.
$ cd neofs-cli/
neofs-cli$ make build
⇒ Ensure vendor: OK
⇒ Download requirements: OK
⇒ Store vendor localy: OK
⇒ Build binary into ./bin/neofs-cli: OK
neofs-cli$ ./bin/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