Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support manifest.json file name option when packaging a plugin. #1551

Open
RikiyaOta opened this issue Jun 5, 2022 · 0 comments
Open

Support manifest.json file name option when packaging a plugin. #1551

RikiyaOta opened this issue Jun 5, 2022 · 0 comments
Labels
feature request Feature request pkg: plugin-packer @kintone/plugin-packer

Comments

@RikiyaOta
Copy link

Package

  • @kintone/plugin-packer

Why

When I developed a kintone plugin, I used the same manifest.json file in dev and prod (but, when using in prod, I modified the content of manifest.json file) 馃ズ

If I can specify manifest.json file name like manifest-dev.json and manifest-prod.json, I think that we can easily develop in multiple environments 馃槈

What

I want to add a new option to kintone-plugin-packer CLI: --manifest-file-name MANIFEST_FILE_NAME

Usage I imagined:

$ PLUGIN_DIR='/path/to/your/plugin_dir'
$ kintone-plugin-packer "$PLUGIN_DIR" --manifest-file-name manifest-dev.json

If this option is specified, kintone-plugin-packer searches the file name instead of manifest.json and reads information about the plugin packaged.

I think that the default value of it should be manifest.json.

@tasshi-me tasshi-me added feature request Feature request pkg: plugin-packer @kintone/plugin-packer labels Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request pkg: plugin-packer @kintone/plugin-packer
Projects
None yet
Development

No branches or pull requests

2 participants