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

Created zesty media bin commands to list and generate bin data of an instance #124

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 50 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @zesty-io/cli
$ zesty COMMAND
running command...
$ zesty (--version)
@zesty-io/cli/0.0.4 linux-x64 node-v16.13.1
@zesty-io/cli/0.0.4 darwin-x64 node-v16.18.0
$ zesty --help [COMMAND]
USAGE
$ zesty COMMAND
Expand All @@ -38,6 +38,9 @@ USAGE
* [`zesty instance`](#zesty-instance)
* [`zesty instance create [NAME]`](#zesty-instance-create-name)
* [`zesty instance list`](#zesty-instance-list)
* [`zesty media bin`](#zesty-media-bin)
* [`zesty media bin generate [INSTANCE_ZUID]`](#zesty-media-bin-generate-instance_zuid)
* [`zesty media bin list [INSTANCE_ZUID]`](#zesty-media-bin-list-instance_zuid)

## `zesty auth`

Expand Down Expand Up @@ -190,4 +193,50 @@ FLAGS
DESCRIPTION
List your instances
```

## `zesty media bin`

```
USAGE
$ zesty media bin [-h]

FLAGS
-h, --help Show CLI help.
```

## `zesty media bin generate [INSTANCE_ZUID]`

Command for generating the bins data of an instance as JSON in .zesty directory

```
USAGE
$ zesty media bin generate [INSTANCE_ZUID] [-h]

ARGUMENTS
INSTANCE_ZUID instance_ZUID of your instance

FLAGS
-h, --help Show CLI help.

DESCRIPTION
Command for generating the bins data of an instance as JSON in .zesty directory
```

## `zesty media bin list [INSTANCE_ZUID]`

Command for listing media bins of an instance

```
USAGE
$ zesty media bin list [INSTANCE_ZUID] [-h]

ARGUMENTS
INSTANCE_ZUID instance_ZUID of your instance

FLAGS
-h, --help Show CLI help.

DESCRIPTION
Command for listing media bins of an instance
```
<!-- commandsstop -->
Loading