Skip to content

Commit a5c178e

Browse files
committed
v4.7.2
1 parent c9131d5 commit a5c178e

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @mondaycom/apps-cli
1616
$ mapps COMMAND
1717
running command...
1818
$ mapps (--version)
19-
@mondaycom/apps-cli/4.7.1 darwin-arm64 node-v18.12.1
19+
@mondaycom/apps-cli/4.7.2 darwin-arm64 node-v18.12.1
2020
$ mapps --help [COMMAND]
2121
USAGE
2222
$ mapps COMMAND
@@ -72,7 +72,7 @@ DESCRIPTION
7272
[@mondaydotcomorg/setup-api](https://github.com/mondaycom/monday-graphql-api/tree/main/packages/setup-api)
7373
```
7474

75-
_See code: [src/commands/api/generate.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/api/generate.ts)_
75+
_See code: [src/commands/api/generate.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/api/generate.ts)_
7676

7777
## `mapps app-features:build`
7878

@@ -102,7 +102,7 @@ EXAMPLES
102102
$ mapps app-features:build -a APP_ID -i APP_VERSION_ID -d APP_FEATURE_ID -t BUILD_TYPE -u CUSTOM_URL
103103
```
104104

105-
_See code: [src/commands/app-features/build.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app-features/build.ts)_
105+
_See code: [src/commands/app-features/build.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app-features/build.ts)_
106106

107107
## `mapps app-features:create`
108108

@@ -129,7 +129,7 @@ EXAMPLES
129129
$ mapps app-features:create -a APP_ID -i APP_VERSION_ID -t APP-FEATURE-TYPE
130130
```
131131

132-
_See code: [src/commands/app-features/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app-features/create.ts)_
132+
_See code: [src/commands/app-features/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app-features/create.ts)_
133133

134134
## `mapps app-features:list`
135135

@@ -154,7 +154,7 @@ EXAMPLES
154154
$ mapps app-features:list -a APP_ID -i APP_VERSION_ID
155155
```
156156

157-
_See code: [src/commands/app-features/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app-features/list.ts)_
157+
_See code: [src/commands/app-features/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app-features/list.ts)_
158158

159159
## `mapps app-version:builds`
160160

@@ -178,7 +178,7 @@ EXAMPLES
178178
$ mapps app-version:builds -i APP_VERSION_ID
179179
```
180180

181-
_See code: [src/commands/app-version/builds.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app-version/builds.ts)_
181+
_See code: [src/commands/app-version/builds.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app-version/builds.ts)_
182182

183183
## `mapps app-version:list`
184184

@@ -202,7 +202,7 @@ EXAMPLES
202202
$ mapps app-version:list
203203
```
204204

205-
_See code: [src/commands/app-version/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app-version/list.ts)_
205+
_See code: [src/commands/app-version/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app-version/list.ts)_
206206

207207
## `mapps app:create`
208208

@@ -229,7 +229,7 @@ EXAMPLES
229229
$ mapps app:create -n NEW_APP_NAME
230230
```
231231

232-
_See code: [src/commands/app/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app/create.ts)_
232+
_See code: [src/commands/app/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app/create.ts)_
233233

234234
## `mapps app:deploy`
235235

@@ -259,7 +259,7 @@ EXAMPLES
259259
$ mapps app:deploy
260260
```
261261

262-
_See code: [src/commands/app/deploy.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app/deploy.ts)_
262+
_See code: [src/commands/app/deploy.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app/deploy.ts)_
263263

264264
## `mapps app:list`
265265

@@ -280,7 +280,7 @@ EXAMPLES
280280
$ mapps app:list
281281
```
282282

283-
_See code: [src/commands/app/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app/list.ts)_
283+
_See code: [src/commands/app/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app/list.ts)_
284284

285285
## `mapps app:promote`
286286

@@ -307,7 +307,7 @@ EXAMPLES
307307
$ mapps app:promote
308308
```
309309

310-
_See code: [src/commands/app/promote.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/app/promote.ts)_
310+
_See code: [src/commands/app/promote.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/app/promote.ts)_
311311

312312
## `mapps autocomplete [SHELL]`
313313

@@ -369,7 +369,7 @@ EXAMPLES
369369
$ mapps code:env
370370
```
371371

372-
_See code: [src/commands/code/env.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/code/env.ts)_
372+
_See code: [src/commands/code/env.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/code/env.ts)_
373373

374374
## `mapps code:logs`
375375

@@ -404,7 +404,7 @@ EXAMPLES
404404
$ mapps code:logs -i APP_VERSION_ID -t LOGS_TYPE
405405
```
406406

407-
_See code: [src/commands/code/logs.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/code/logs.ts)_
407+
_See code: [src/commands/code/logs.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/code/logs.ts)_
408408

409409
## `mapps code:push`
410410

@@ -439,7 +439,7 @@ EXAMPLES
439439
$ mapps code:push -a APP_ID_TO_PUSH
440440
```
441441

442-
_See code: [src/commands/code/push.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/code/push.ts)_
442+
_See code: [src/commands/code/push.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/code/push.ts)_
443443

444444
## `mapps code:secret`
445445

@@ -470,7 +470,7 @@ EXAMPLES
470470
$ mapps code:secret
471471
```
472472

473-
_See code: [src/commands/code/secret.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/code/secret.ts)_
473+
_See code: [src/commands/code/secret.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/code/secret.ts)_
474474

475475
## `mapps code:status`
476476

@@ -496,7 +496,7 @@ EXAMPLES
496496
$ mapps code:status -i APP_VERSION_ID
497497
```
498498

499-
_See code: [src/commands/code/status.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/code/status.ts)_
499+
_See code: [src/commands/code/status.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/code/status.ts)_
500500

501501
## `mapps docs-db:connection-string`
502502

@@ -520,7 +520,7 @@ EXAMPLES
520520
$ mapps docs-db:connection-string -a APP_ID
521521
```
522522

523-
_See code: [src/commands/docs-db/connection-string.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/docs-db/connection-string.ts)_
523+
_See code: [src/commands/docs-db/connection-string.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/docs-db/connection-string.ts)_
524524

525525
## `mapps help [COMMANDS]`
526526

@@ -565,7 +565,7 @@ EXAMPLES
565565
$ mapps init -t SECRET_TOKEN
566566
```
567567

568-
_See code: [src/commands/init/index.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/init/index.ts)_
568+
_See code: [src/commands/init/index.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/init/index.ts)_
569569

570570
## `mapps scheduler:create`
571571

@@ -603,7 +603,7 @@ EXAMPLES
603603
$ mapps scheduler:create -a APP_ID -s "0 * * * *" -u "/my-endpoint" -r 3 -b 10 -t 60
604604
```
605605

606-
_See code: [src/commands/scheduler/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/scheduler/create.ts)_
606+
_See code: [src/commands/scheduler/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/scheduler/create.ts)_
607607

608608
## `mapps scheduler:delete`
609609

@@ -630,7 +630,7 @@ EXAMPLES
630630
$ mapps scheduler:delete -a APP_ID -n "my-job"
631631
```
632632

633-
_See code: [src/commands/scheduler/delete.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/scheduler/delete.ts)_
633+
_See code: [src/commands/scheduler/delete.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/scheduler/delete.ts)_
634634

635635
## `mapps scheduler:list`
636636

@@ -654,7 +654,7 @@ EXAMPLES
654654
$ mapps scheduler:list -a APP_ID
655655
```
656656

657-
_See code: [src/commands/scheduler/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/scheduler/list.ts)_
657+
_See code: [src/commands/scheduler/list.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/scheduler/list.ts)_
658658

659659
## `mapps scheduler:run`
660660

@@ -681,7 +681,7 @@ EXAMPLES
681681
$ mapps scheduler:run -a APP_ID -n "my-job"
682682
```
683683

684-
_See code: [src/commands/scheduler/run.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/scheduler/run.ts)_
684+
_See code: [src/commands/scheduler/run.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/scheduler/run.ts)_
685685

686686
## `mapps scheduler:update`
687687

@@ -719,7 +719,7 @@ EXAMPLES
719719
$ mapps scheduler:update -a APP_ID -n "my-job" -d "My description" -r 3 -b 10 -t 60
720720
```
721721

722-
_See code: [src/commands/scheduler/update.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/scheduler/update.ts)_
722+
_See code: [src/commands/scheduler/update.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/scheduler/update.ts)_
723723

724724
## `mapps storage:export`
725725

@@ -746,7 +746,7 @@ EXAMPLES
746746
$ mapps storage:export -a APP_ID -c CLIENT_ACCOUNT_ID -d FILE_FULL_PATH -f FILE_FORMAT
747747
```
748748

749-
_See code: [src/commands/storage/export.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/storage/export.ts)_
749+
_See code: [src/commands/storage/export.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/storage/export.ts)_
750750

751751
## `mapps storage:remove-data`
752752

@@ -772,7 +772,7 @@ EXAMPLES
772772
$ mapps storage:remove-data -a APP_ID -c CLIENT_ACCOUNT_ID
773773
```
774774

775-
_See code: [src/commands/storage/remove-data.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/storage/remove-data.ts)_
775+
_See code: [src/commands/storage/remove-data.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/storage/remove-data.ts)_
776776

777777
## `mapps storage:search`
778778

@@ -798,7 +798,7 @@ EXAMPLES
798798
$ mapps storage:search -a APP_ID -c CLIENT_ACCOUNT_ID -t TERM
799799
```
800800

801-
_See code: [src/commands/storage/search.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/storage/search.ts)_
801+
_See code: [src/commands/storage/search.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/storage/search.ts)_
802802

803803
## `mapps tunnel:create`
804804

@@ -829,5 +829,5 @@ EXAMPLES
829829
$ mapps tunnel:create -p PORT_FOR_TUNNEL -a APP_ID_FOR_TUNNEL
830830
```
831831

832-
_See code: [src/commands/tunnel/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.1/src/commands/tunnel/create.ts)_
832+
_See code: [src/commands/tunnel/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/tunnel/create.ts)_
833833
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mondaycom/apps-cli",
3-
"version": "4.7.1",
3+
"version": "4.7.2",
44
"description": "A cli tool to manage apps (and monday-code projects) in monday.com",
55
"author": "monday.com Apps Team",
66
"type": "module",

0 commit comments

Comments
 (0)