Skip to content

Commit bb31f2f

Browse files
Steffen Fagerström Christensenclaude
andcommitted
chore: bump versions to 1.6.4
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6002903 commit bb31f2f

173 files changed

Lines changed: 517 additions & 517 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/twentythree-cli/docs/commands/action.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ EXAMPLES
4141
$ twentythree action add --type overlay --object-id 12345 --json
4242
```
4343

44-
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/add.ts)_
44+
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/add.ts)_
4545

4646
## `twentythree action delete ID`
4747

@@ -67,7 +67,7 @@ EXAMPLES
6767
$ twentythree action delete 12345 --json
6868
```
6969

70-
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/delete.ts)_
70+
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/delete.ts)_
7171

7272
## `twentythree action exclude ID`
7373

@@ -99,7 +99,7 @@ EXAMPLES
9999
$ twentythree action exclude 12345 --object-id 6789 --json
100100
```
101101

102-
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/exclude.ts)_
102+
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/exclude.ts)_
103103

104104
## `twentythree action get [ID]`
105105

@@ -140,7 +140,7 @@ EXAMPLES
140140
$ twentythree action get 12345 --json
141141
```
142142

143-
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/get.ts)_
143+
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/get.ts)_
144144

145145
## `twentythree action include ID`
146146

@@ -172,7 +172,7 @@ EXAMPLES
172172
$ twentythree action include 12345 --object-id 6789 --json
173173
```
174174

175-
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/include.ts)_
175+
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/include.ts)_
176176

177177
## `twentythree action list`
178178

@@ -209,7 +209,7 @@ EXAMPLES
209209
$ twentythree action list --video-id 12345 --json
210210
```
211211

212-
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/list.ts)_
212+
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/list.ts)_
213213

214214
## `twentythree action types`
215215

@@ -237,7 +237,7 @@ EXAMPLES
237237
$ twentythree action types --json
238238
```
239239

240-
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/types.ts)_
240+
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/types.ts)_
241241

242242
## `twentythree action update ID`
243243

@@ -273,7 +273,7 @@ EXAMPLES
273273
$ twentythree action update 12345 --name "Buy Now" --start-time 10 --end-time 20 --json
274274
```
275275

276-
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/update.ts)_
276+
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/update.ts)_
277277

278278
## `twentythree action upload ID VARIABLE-NAME FILE`
279279

@@ -303,4 +303,4 @@ EXAMPLES
303303
$ twentythree action upload 12345 image ./banner.png --json
304304
```
305305

306-
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/upload.ts)_
306+
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/upload.ts)_

packages/twentythree-cli/docs/commands/action/add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ EXAMPLES
3333
$ twentythree action add --type overlay --object-id 12345 --json
3434
```
3535

36-
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/add.ts)_
36+
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/add.ts)_

packages/twentythree-cli/docs/commands/action/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ EXAMPLES
2929
$ twentythree action delete 12345 --json
3030
```
3131

32-
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/delete.ts)_
32+
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/delete.ts)_

packages/twentythree-cli/docs/commands/action/exclude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ EXAMPLES
3535
$ twentythree action exclude 12345 --object-id 6789 --json
3636
```
3737

38-
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/exclude.ts)_
38+
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/exclude.ts)_

packages/twentythree-cli/docs/commands/action/get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ EXAMPLES
4444
$ twentythree action get 12345 --json
4545
```
4646

47-
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/get.ts)_
47+
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/get.ts)_

packages/twentythree-cli/docs/commands/action/include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ EXAMPLES
3535
$ twentythree action include 12345 --object-id 6789 --json
3636
```
3737

38-
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/include.ts)_
38+
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/include.ts)_

packages/twentythree-cli/docs/commands/action/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ EXAMPLES
4040
$ twentythree action list --video-id 12345 --json
4141
```
4242

43-
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/list.ts)_
43+
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/list.ts)_

packages/twentythree-cli/docs/commands/action/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ EXAMPLES
3131
$ twentythree action types --json
3232
```
3333

34-
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/types.ts)_
34+
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/types.ts)_

packages/twentythree-cli/docs/commands/action/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ EXAMPLES
3939
$ twentythree action update 12345 --name "Buy Now" --start-time 10 --end-time 20 --json
4040
```
4141

42-
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/update.ts)_
42+
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/update.ts)_

packages/twentythree-cli/docs/commands/action/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ EXAMPLES
3333
$ twentythree action upload 12345 image ./banner.png --json
3434
```
3535

36-
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.3/src/commands/action/upload.ts)_
36+
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.4/src/commands/action/upload.ts)_

0 commit comments

Comments
 (0)