Skip to content

Commit 72dcbce

Browse files
committed
0.46.0
1 parent 6563e76 commit 72dcbce

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @tildacloud/cli
2020
$ tilda COMMAND
2121
running command...
2222
$ tilda (--version)
23-
@tildacloud/cli/0.45.0 darwin-arm64 node-v20.18.2
23+
@tildacloud/cli/0.46.0 darwin-arm64 node-v20.18.2
2424
$ tilda --help [COMMAND]
2525
USAGE
2626
$ tilda COMMAND
@@ -78,7 +78,7 @@ DESCRIPTION
7878
Build the application
7979
```
8080

81-
_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/index.ts)_
81+
_See code: [src/commands/build/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/index.ts)_
8282

8383
## `tilda build astro`
8484

@@ -103,7 +103,7 @@ DESCRIPTION
103103
Build an Astro project
104104
```
105105

106-
_See code: [src/commands/build/astro/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/astro/index.ts)_
106+
_See code: [src/commands/build/astro/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/astro/index.ts)_
107107

108108
## `tilda build nextjs`
109109

@@ -128,7 +128,7 @@ DESCRIPTION
128128
Build Next.js project
129129
```
130130

131-
_See code: [src/commands/build/nextjs/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/nextjs/index.ts)_
131+
_See code: [src/commands/build/nextjs/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/nextjs/index.ts)_
132132

133133
## `tilda build nuxt`
134134

@@ -153,7 +153,7 @@ DESCRIPTION
153153
Build Nuxt project
154154
```
155155

156-
_See code: [src/commands/build/nuxt/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/nuxt/index.ts)_
156+
_See code: [src/commands/build/nuxt/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/nuxt/index.ts)_
157157

158158
## `tilda build qwik`
159159

@@ -178,7 +178,7 @@ DESCRIPTION
178178
Build Qwik City project
179179
```
180180

181-
_See code: [src/commands/build/qwik/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/qwik/index.ts)_
181+
_See code: [src/commands/build/qwik/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/qwik/index.ts)_
182182

183183
## `tilda build static`
184184

@@ -205,7 +205,7 @@ DESCRIPTION
205205
Build a static website
206206
```
207207

208-
_See code: [src/commands/build/static/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/static/index.ts)_
208+
_See code: [src/commands/build/static/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/static/index.ts)_
209209

210210
## `tilda build svelte`
211211

@@ -230,7 +230,7 @@ DESCRIPTION
230230
Build Svelte project
231231
```
232232

233-
_See code: [src/commands/build/svelte/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/build/svelte/index.ts)_
233+
_See code: [src/commands/build/svelte/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/build/svelte/index.ts)_
234234

235235
## `tilda deploy`
236236

@@ -256,7 +256,7 @@ DESCRIPTION
256256
Build the application
257257
```
258258

259-
_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/deploy/index.ts)_
259+
_See code: [src/commands/deploy/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/deploy/index.ts)_
260260

261261
## `tilda deployment-key create`
262262

@@ -280,7 +280,7 @@ DESCRIPTION
280280
Create a deployment key
281281
```
282282

283-
_See code: [src/commands/deployment-key/create/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/deployment-key/create/index.ts)_
283+
_See code: [src/commands/deployment-key/create/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/deployment-key/create/index.ts)_
284284

285285
## `tilda help [COMMAND]`
286286

@@ -321,7 +321,7 @@ DESCRIPTION
321321
Log in to Tilda
322322
```
323323

324-
_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/login/index.ts)_
324+
_See code: [src/commands/login/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/login/index.ts)_
325325

326326
## `tilda logout`
327327

@@ -343,7 +343,7 @@ DESCRIPTION
343343
Log in to Tilda
344344
```
345345

346-
_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.45.0/src/commands/logout/index.ts)_
346+
_See code: [src/commands/logout/index.ts](https://github.com/TildaCloud/cli/blob/v0.46.0/src/commands/logout/index.ts)_
347347

348348
## `tilda plugins`
349349

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tildacloud/cli",
33
"description": "A new CLI generated with oclif",
4-
"version": "0.45.0",
4+
"version": "0.46.0",
55
"author": "Tilda",
66
"bin": {
77
"tilda": "./bin/run.js"

0 commit comments

Comments
 (0)