Skip to content

Commit

Permalink
0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Dec 10, 2024
1 parent 8632176 commit b7c5576
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.24.0 darwin-arm64 node-v20.12.2
@tildacloud/cli/0.25.0 darwin-arm64 node-v20.12.2
$ tilda --help [COMMAND]
USAGE
$ tilda COMMAND
Expand Down Expand Up @@ -72,7 +72,7 @@ DESCRIPTION
Build the application
```

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

## `tilda build nextjs`

Expand All @@ -97,7 +97,7 @@ DESCRIPTION
Build Next.js project
```

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

## `tilda deploy`

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

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

## `tilda help [COMMAND]`

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

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

## `tilda logout`

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

_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.24.0/src/commands/logout/index.ts)_
_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.25.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.24.0",
"version": "0.25.0",
"author": "Tilda",
"bin": {
"tilda": "./bin/run.js"
Expand Down

0 comments on commit b7c5576

Please sign in to comment.