Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemrg committed Nov 7, 2023
1 parent 506a460 commit 489b25c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.1.0 linux-x64 node-v18.17.1
@liara/cli/5.1.1 linux-x64 node-v18.17.1
$ liara --help [COMMAND]
USAGE
$ liara COMMAND
Expand Down Expand Up @@ -775,7 +775,7 @@ DESCRIPTION
deploy an app
```

_See code: [src/commands/deploy.ts](https://github.com/liara-ir/liara-cli/blob/v5.1.0/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/liara-ir/liara-cli/blob/v5.1.1/src/commands/deploy.ts)_

## `liara disk create`

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

_See code: [src/commands/login.ts](https://github.com/liara-ir/liara-cli/blob/v5.1.0/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/liara-ir/liara-cli/blob/v5.1.1/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.1.0",
"version": "5.1.1",
"author": "Mhe <[email protected]> (http://liara.ir/) @mhemrg",
"type": "module",
"bin": {
Expand Down

0 comments on commit 489b25c

Please sign in to comment.