Skip to content

Commit

Permalink
5.6.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vashian committed Dec 28, 2023
1 parent 1fb6386 commit c00b8b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @liara/cli
$ liara COMMAND
running command...
$ liara (--version|-v)
@liara/cli/5.6.0-beta.1 linux-x64 node-v18.17.1
@liara/cli/5.6.0-beta.2 linux-x64 node-v18.12.0
$ liara --help [COMMAND]
USAGE
$ liara COMMAND
Expand Down Expand Up @@ -599,7 +599,7 @@ EXAMPLES
$ liara autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.3.3/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.3.9/src/commands/autocomplete/index.ts)_

## `liara bucket create`

Expand Down Expand Up @@ -1175,7 +1175,7 @@ DESCRIPTION
deploy an app
```

_See code: [src/commands/deploy.ts](https://github.com/liara-ir/liara-cli/blob/v5.6.0-beta.1/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/liara-ir/liara-cli/blob/v5.6.0-beta.2/src/commands/deploy.ts)_

## `liara disk create`

Expand Down Expand Up @@ -1369,7 +1369,7 @@ DESCRIPTION
login to your account
```

_See code: [src/commands/login.ts](https://github.com/liara-ir/liara-cli/blob/v5.6.0-beta.1/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/liara-ir/liara-cli/blob/v5.6.0-beta.2/src/commands/login.ts)_

## `liara logs`

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@liara/cli",
"description": "The command line interface for Liara",
"version": "5.6.0-beta.1",
"version": "5.6.0-beta.2",
"author": "Mhe <[email protected]> (http://liara.ir/) @mhemrg",
"type": "module",
"bin": {
Expand Down

0 comments on commit c00b8b5

Please sign in to comment.