Skip to content

feat: Add manifest import/export commands#135

Merged
Shaharshaki2 merged 4 commits into
masterfrom
feat/add-manifest-commands
Sep 8, 2025
Merged

feat: Add manifest import/export commands#135
Shaharshaki2 merged 4 commits into
masterfrom
feat/add-manifest-commands

Conversation

@Shaharshaki2

@Shaharshaki2 Shaharshaki2 commented Sep 4, 2025

Copy link
Copy Markdown
Contributor
  • 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

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

- 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
Comment thread README.md Outdated
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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhhhhhh

Comment thread README.md Outdated
Comment thread README.md Outdated
* [`mapps storage:search`](#mapps-storagesearch)
* [`mapps tunnel:create`](#mapps-tunnelcreate)

- [`mapps storage:remove-data`](#mapps-storageremove-data)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhhhhhhhh

Comment thread README.md
* [`mapps app:deploy`](#mapps-appdeploy)
* [`mapps app:list`](#mapps-applist)

- [`mapps api:generate`](#mapps-apigenerate)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go through all and check for duplications

Comment thread README.md Outdated
```

_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)_

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link doesn't even work
should be https://github.com/mondaycom/monday-apps-cli/blob/master/src/commands/app-version/list.ts

Comment thread README.md Outdated
$ 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)_

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, replace the version with master

Comment thread README.md Outdated
$ 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)_

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Comment thread README.md Outdated
@@ -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)_

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

@Shaharshaki2 Shaharshaki2 merged commit a63d09b into master Sep 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants