Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pikapirate committed Oct 9, 2024
1 parent dfe4db4 commit cf77637
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @tildacloud/cli
$ tilda COMMAND
running command...
$ tilda (--version)
@tildacloud/cli/0.4.0 darwin-arm64 node-v20.12.2
@tildacloud/cli/0.5.0 darwin-arm64 node-v20.12.2
$ tilda --help [COMMAND]
USAGE
$ tilda COMMAND
Expand Down Expand Up @@ -68,7 +68,7 @@ DESCRIPTION
Build the application
```

_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/build/index.ts)_
_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/build/index.ts)_

## `tilda deploy`

Expand All @@ -93,7 +93,7 @@ DESCRIPTION
Build the application
```

_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/deploy/index.ts)_
_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/deploy/index.ts)_

## `tilda help [COMMAND]`

Expand Down Expand Up @@ -133,7 +133,7 @@ DESCRIPTION
Log in to Tilda
```

_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/login/index.ts)_
_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/login/index.ts)_

## `tilda logout`

Expand All @@ -154,7 +154,7 @@ DESCRIPTION
Log in to Tilda
```

_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.4.0/src/commands/logout/index.ts)_
_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.5.0/src/commands/logout/index.ts)_

## `tilda plugins`

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": "@tildacloud/cli",
"description": "A new CLI generated with oclif",
"version": "0.4.0",
"version": "0.5.0",
"author": "Tilda",
"bin": {
"tilda": "./bin/run.js"
Expand Down

0 comments on commit cf77637

Please sign in to comment.