Joystream / Joystream/joystream
CLI - ensure it's scriptable
Open
@Lezek123 is already working on this.
Since Oct 26, 2020.
estimate-12h
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Based on https://github.com/Joystream/joystream/issues/1571 and https://github.com/Joystream/joystream/issues/1586
- Allow providing input as flags/args/json where this is not yet implemented (some commands only provide interactive interface)
- Give user the ability to choose between more human-readable output (ie. a table) and output that can be redirected to a file / other commands (ie. raw json, created entity id etc.). Some OCLIF funcionality can probably help facilitate this (ie.
--no-colorflag can be used to strip any custom colors from the output,cli.tablecan be converted to csv by passing an additional option etc.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.