feat: Add manifest import/export commands#135
Merged
Conversation
- Add manifest import command with custom path and missing variables support - Add manifest export command with custom path and validation - Add validation functionality for manifest export - Add templating utilities for manifest processing - Add comprehensive tests for import functionality - Update API service and file utilities - Update package version and documentation
oricho123
requested changes
Sep 4, 2025
| DESCRIPTION | ||
| Prepares your environment for custom queries development. run it from your root directory! | ||
| Creates all necessary files and scripts | ||
| Creates all necessary files and scripts |
| * [`mapps storage:search`](#mapps-storagesearch) | ||
| * [`mapps tunnel:create`](#mapps-tunnelcreate) | ||
|
|
||
| - [`mapps storage:remove-data`](#mapps-storageremove-data) |
| * [`mapps app:deploy`](#mapps-appdeploy) | ||
| * [`mapps app:list`](#mapps-applist) | ||
|
|
||
| - [`mapps api:generate`](#mapps-apigenerate) |
Contributor
There was a problem hiding this comment.
Go through all and check for duplications
oricho123
requested changes
Sep 7, 2025
| ``` | ||
|
|
||
| _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)_ | ||
| _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)_ |
Contributor
There was a problem hiding this comment.
The link doesn't even work
should be https://github.com/mondaycom/monday-apps-cli/blob/master/src/commands/app-version/list.ts
| $ mapps manifest:export | ||
| ``` | ||
|
|
||
| _See code: [src/commands/manifest/export.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.3.2/src/commands/manifest/export.ts)_ |
Contributor
There was a problem hiding this comment.
Same here, replace the version with master
| $ mapps manifest:import | ||
| ``` | ||
|
|
||
| _See code: [src/commands/manifest/import.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.3.2/src/commands/manifest/import.ts)_ |
| @@ -830,4 +897,5 @@ EXAMPLES | |||
| ``` | |||
|
|
|||
| _See code: [src/commands/tunnel/create.ts](https://github.com/mondaycom/monday-apps-cli/blob/v4.7.2/src/commands/tunnel/create.ts)_ | |||
oricho123
approved these changes
Sep 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR mainly merge the beta version of the manifest with the current master changes.
item link:
https://monday.monday.com/boards/3670992828/views/126769350/pulses/9885645987