Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify help messages in neofs-cli #1854

Closed
fyrchik opened this issue Oct 7, 2022 · 0 comments · Fixed by #1881
Closed

Unify help messages in neofs-cli #1854

fyrchik opened this issue Oct 7, 2022 · 0 comments · Fixed by #1881
Assignees
Labels
enhancement Improving existing functionality good first issue Good for newcomers neofs-cli NeoFS CLI application issues U4 Nothing urgent

Comments

@fyrchik
Copy link
Contributor

fyrchik commented Oct 7, 2022

We should reread all our messages and unify them.
Currently some of the parameters start with a capital letter, some a don't. Let's always use a capital letter.

Put object to NeoFS

Usage:
  neofs-cli object put [flags]

Flags:
      --address string        address of wallet account
      --attributes string     User attributes in form of Key1=Value1,Key2=Value2
      --bearer string         File with signed JSON or binary encoded bearer token
      --cid string            Container ID
      --disable-filename      Do not set well-known filename attribute
      --disable-timestamp     Do not set well-known timestamp attribute
  -e, --expire-at uint        Last epoch in the life of the object
      --file string           File with object payload
  -g, --generate-key          generate new private key
  -h, --help                  help for put
      --no-progress           Do not show progress bar
      --notify string         Object notification in the form of *epoch*:*topic*; '-' topic means using default
  -r, --rpc-endpoint string   remote node address (as 'multiaddr' or '<host>:<port>')
      --session string        path to a JSON-encoded container session token
      --ttl uint32            TTL value in request meta header (default 2)
  -w, --wallet string         path to the wallet or binary key
  -x, --xhdr strings          Request X-Headers in form of Key=Value
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality good first issue Good for newcomers neofs-cli NeoFS CLI application issues U4 Nothing urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants