Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Dec 9, 2021
1 parent 90d06e1 commit 6a79082
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,33 +105,30 @@ stream chat:channel:create --channel=$(openssl rand -hex 12) --type="messaging"
# 🥳‍ Usage

<!-- usage -->

```sh-session
$ npm install -g getstream-cli
$ stream COMMAND
running command...
$ stream (-v|--version|version)
getstream-cli/0.2.4 linux-x64 node-v14.10.0
getstream-cli/0.3.0 linux-x64 node-v14.3.0
$ stream --help [COMMAND]
USAGE
$ stream COMMAND
...
```

<!-- usagestop -->

# 💻 Commands

<!-- commands -->

# Command Topics

- [`stream autocomplete`](docs/autocomplete.md) - display autocomplete installation instructions
- [`stream chat`](docs/chat.md) - Manage chat
- [`stream commands`](docs/commands.md) - list all the commands
- [`stream config`](docs/config.md) - Configure API access
- [`stream debug`](docs/debug.md) - Debugging tools
- [`stream help`](docs/help.md) - display help for stream
* [`stream autocomplete`](docs/autocomplete.md) - display autocomplete installation instructions
* [`stream chat`](docs/chat.md) - Manage chat
* [`stream commands`](docs/commands.md) - list all the commands
* [`stream config`](docs/config.md) - Configure API access
* [`stream debug`](docs/debug.md) - Debugging tools
* [`stream help`](docs/help.md) - display help for stream

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion docs/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ USAGE
$ stream chat:channel:create
OPTIONS
-c, --channel=channel [default: 59b33c3d-d61f-4c8d-a1ef-f4fae082765d] A unique ID for the channel you wish to create.
-c, --channel=channel [default: 7d72deb6-45ae-4909-b134-67424fe958c2] A unique ID for the channel you wish to create.
-d, --data=data Additional data as JSON.
-i, --image=image URL to channel image.
-j, --json Output results in JSON. When not specified, returns output in a human friendly format.
Expand Down
2 changes: 1 addition & 1 deletion oclif.manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "getstream-cli",
"description": "Configure & manage Stream applications from the command line. 🚀",
"version": "0.2.4",
"version": "0.3.0",
"bin": {
"stream": "./build/bin/run"
},
Expand Down

0 comments on commit 6a79082

Please sign in to comment.