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,53 @@ 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:search ` ] ( #mapps-storagesearch )
72+ - [ ` mapps tunnel:create ` ] ( #mapps-tunnelcreate )
5873
5974## ` mapps api:generate `
6075
@@ -202,7 +217,7 @@ EXAMPLES
202217 $ mapps app-version:list
203218```
204219
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 ) _
220+ _ See code: [ src/commands/app-version/list.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/master /src/commands/app-version/list.ts ) _
206221
207222## ` mapps app:create `
208223
@@ -567,6 +582,58 @@ EXAMPLES
567582
568583_ See code: [ src/commands/init/index.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/init/index.ts ) _
569584
585+ ## ` mapps manifest:export `
586+
587+ export manifest.
588+
589+ ```
590+ USAGE
591+ $ mapps manifest:export [--verbose] [--print-command] [-a <value>] [-v <value>]
592+
593+ FLAGS
594+ -a, --appId=<value> App id (will export the live version)
595+ -v, --appVersionId=<value> App version id
596+
597+ GLOBAL FLAGS
598+ --print-command Print the command that was executed (optional).
599+ --verbose Print advanced logs (optional).
600+
601+ DESCRIPTION
602+ export manifest.
603+
604+ EXAMPLES
605+ $ mapps manifest:export
606+ ```
607+
608+ _ See code: [ src/commands/manifest/export.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/master/src/commands/manifest/export.ts ) _
609+
610+ ## ` mapps manifest:import `
611+
612+ Import manifest.
613+
614+ ```
615+ USAGE
616+ $ mapps manifest:import [--verbose] [--print-command] [-p <value>] [-a <value>] [-v <value>] [-n]
617+
618+ FLAGS
619+ -a, --appId=<value> App id (will create new draft version)
620+ -n, --newApp Create new app
621+ -p, --manifestPath=<value> Path of you manifest file in your machine
622+ -v, --appVersionId=<value> App version id to override
623+
624+ GLOBAL FLAGS
625+ --print-command Print the command that was executed (optional).
626+ --verbose Print advanced logs (optional).
627+
628+ DESCRIPTION
629+ Import manifest.
630+
631+ EXAMPLES
632+ $ mapps manifest:import
633+ ```
634+
635+ _ See code: [ src/commands/manifest/import.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/master/src/commands/manifest/import.ts ) _
636+
570637## ` mapps scheduler:create `
571638
572639Create a new scheduler job for an app
@@ -829,5 +896,6 @@ EXAMPLES
829896 $ mapps tunnel:create -p PORT_FOR_TUNNEL -a APP_ID_FOR_TUNNEL
830897```
831898
832- _ See code: [ src/commands/tunnel/create.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/tunnel/create.ts ) _
899+ _ See code: [ src/commands/tunnel/create.ts] ( https://github.com/mondaycom/monday-apps-cli/blob/master/src/commands/tunnel/create.ts ) _
900+
833901<!-- commandsstop -->
0 commit comments