1- monday-apps-cli
2- =================
1+ # monday-apps-cli
32
43monday.com cli tool for monday apps management.
54
65<!-- toc -->
7- * [ Usage] ( #usage )
8- * [ Commands] ( #commands )
6+
7+ - [ Usage] ( #usage )
8+ - [ Commands] ( #commands )
99<!-- tocstop -->
1010
1111# Usage
1212
1313<!-- usage -->
14+
1415``` sh-session
1516$ npm install -g @mondaycom/apps-cli
1617$ mapps COMMAND
@@ -22,39 +23,54 @@ USAGE
2223 $ mapps COMMAND
2324...
2425```
26+
2527<!-- usagestop -->
2628
2729# Commands
2830
2931<!-- commands -->
30- * [ ` mapps api:generate ` ] ( #mapps-apigenerate )
31- * [ ` mapps app-features:build ` ] ( #mapps-app-featuresbuild )
32- * [ ` mapps app-features:create ` ] ( #mapps-app-featurescreate )
33- * [ ` mapps app-features:list ` ] ( #mapps-app-featureslist )
34- * [ ` mapps app-version:builds ` ] ( #mapps-app-versionbuilds )
35- * [ ` mapps app-version:list ` ] ( #mapps-app-versionlist )
36- * [ ` mapps app:create ` ] ( #mapps-appcreate )
37- * [ ` mapps app:deploy ` ] ( #mapps-appdeploy )
38- * [ ` mapps app:list ` ] ( #mapps-applist )
32+
33+ - [ ` mapps api:generate ` ] ( #mapps-apigenerate )
34+ - [ ` mapps app-features:build ` ] ( #mapps-app-featuresbuild )
35+ - [ ` mapps app-features:create ` ] ( #mapps-app-featurescreate )
36+ - [ ` mapps app-features:list ` ] ( #mapps-app-featureslist )
37+ - [ ` mapps app-version:builds ` ] ( #mapps-app-versionbuilds )
38+ - [ ` mapps app-version:list ` ] ( #mapps-app-versionlist )
39+ - [ ` mapps app:create ` ] ( #mapps-appcreate )
40+ - [ ` mapps app:deploy ` ] ( #mapps-appdeploy )
41+ - [ ` mapps app:list ` ] ( #mapps-applist )
42+
3943* [ ` mapps app:promote ` ] ( #mapps-apppromote )
40- * [ ` mapps autocomplete [SHELL] ` ] ( #mapps-autocomplete-shell )
41- * [ ` mapps code:env ` ] ( #mapps-codeenv )
42- * [ ` mapps code:logs ` ] ( #mapps-codelogs )
43- * [ ` mapps code:push ` ] ( #mapps-codepush )
44+
45+ - [ ` mapps autocomplete [SHELL] ` ] ( #mapps-autocomplete-shell )
46+ - [ ` mapps code:env ` ] ( #mapps-codeenv )
47+ - [ ` mapps code:logs ` ] ( #mapps-codelogs )
48+ - [ ` mapps code:push ` ] ( #mapps-codepush )
49+
4450* [ ` mapps code:secret ` ] ( #mapps-codesecret )
45- * [ ` mapps code:status ` ] ( #mapps-codestatus )
51+
52+ - [ ` mapps code:status ` ] ( #mapps-codestatus )
53+
4654* [ ` mapps database:connection-string ` ] ( #mapps-databaseconnection-string )
47- * [ ` mapps help [COMMANDS] ` ] ( #mapps-help-commands )
48- * [ ` mapps init ` ] ( #mapps-init )
55+
56+ - [ ` mapps help [COMMANDS] ` ] ( #mapps-help-commands )
57+ - [ ` mapps init ` ] ( #mapps-init )
58+
4959* [ ` mapps scheduler:create ` ] ( #mapps-schedulercreate )
5060* [ ` mapps scheduler:delete ` ] ( #mapps-schedulerdelete )
5161* [ ` mapps scheduler:list ` ] ( #mapps-schedulerlist )
5262* [ ` mapps scheduler:run ` ] ( #mapps-schedulerrun )
5363* [ ` mapps scheduler:update ` ] ( #mapps-schedulerupdate )
54- * [ ` mapps storage:export ` ] ( #mapps-storageexport )
64+
65+ - [ ` mapps manifest:export ` ] ( #mapps-manifestexport )
66+ - [ ` mapps manifest:import ` ] ( #mapps-manifestimport )
67+ - [ ` mapps storage:export ` ] ( #mapps-storageexport )
68+
5569* [ ` mapps storage:remove-data ` ] ( #mapps-storageremove-data )
56- * [ ` mapps storage:search ` ] ( #mapps-storagesearch )
57- * [ ` mapps tunnel:create ` ] ( #mapps-tunnelcreate )
70+
71+ - [ ` mapps storage:remove-data ` ] ( #mapps-storageremove-data )
72+ - [ ` mapps storage:search ` ] ( #mapps-storagesearch )
73+ - [ ` mapps tunnel:create ` ] ( #mapps-tunnelcreate )
5874
5975## ` mapps api:generate `
6076
6783DESCRIPTION
6884 Prepares your environment for custom queries development. run it from your root directory!
6985 Creates all necessary files and scripts
86+ Creates all necessary files and scripts
7087 to start working with custom api queries and mutations.
7188 Read the documentation at
7289 [@mondaydotcomorg/setup-api](https://github.com/mondaycom/monday-graphql-api/tree/main/packages/setup-api)
@@ -202,6 +219,7 @@ EXAMPLES
202219 $ mapps app-version:list
203220```
204221
222+ _ See code: [ src/commands/app-version/list.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.3.2/src/commands/app-version/list.ts ) _
205223_ 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 ) _
206224
207225## ` mapps app:create `
@@ -567,6 +585,58 @@ EXAMPLES
567585
568586_ See code: [ src/commands/init/index.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/init/index.ts ) _
569587
588+ ## ` mapps manifest:export `
589+
590+ export manifest.
591+
592+ ```
593+ USAGE
594+ $ mapps manifest:export [--verbose] [--print-command] [-a <value>] [-v <value>]
595+
596+ FLAGS
597+ -a, --appId=<value> App id (will export the live version)
598+ -v, --appVersionId=<value> App version id
599+
600+ GLOBAL FLAGS
601+ --print-command Print the command that was executed (optional).
602+ --verbose Print advanced logs (optional).
603+
604+ DESCRIPTION
605+ export manifest.
606+
607+ EXAMPLES
608+ $ mapps manifest:export
609+ ```
610+
611+ _ See code: [ src/commands/manifest/export.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.3.2/src/commands/manifest/export.ts ) _
612+
613+ ## ` mapps manifest:import `
614+
615+ Import manifest.
616+
617+ ```
618+ USAGE
619+ $ mapps manifest:import [--verbose] [--print-command] [-p <value>] [-a <value>] [-v <value>] [-n]
620+
621+ FLAGS
622+ -a, --appId=<value> App id (will create new draft version)
623+ -n, --newApp Create new app
624+ -p, --manifestPath=<value> Path of you manifest file in your machine
625+ -v, --appVersionId=<value> App version id to override
626+
627+ GLOBAL FLAGS
628+ --print-command Print the command that was executed (optional).
629+ --verbose Print advanced logs (optional).
630+
631+ DESCRIPTION
632+ Import manifest.
633+
634+ EXAMPLES
635+ $ mapps manifest:import
636+ ```
637+
638+ _ See code: [ src/commands/manifest/import.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.3.2/src/commands/manifest/import.ts ) _
639+
570640## ` mapps scheduler:create `
571641
572642Create a new scheduler job for an app
@@ -830,4 +900,5 @@ EXAMPLES
830900```
831901
832902_ See code: [ src/commands/tunnel/create.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/tunnel/create.ts ) _
903+
833904<!-- commandsstop -->
0 commit comments