nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Added --include flag to modules publish|package commands. #102

Closed BSick7 closed 2 years ago

BSick7 commented 2 years ago

The https://github.com/nullstone-modules/pg-db-admin module is broken after switching from curl to the nullstone CLI to perform module publish. This is because nullstone modules publish does not include the necessary files/pg-db-admin.zip in the package when publishing.

This adds an --include flag so that the above module can issue the following when publishing:

nullstone modules publish --version=<version> --include=files/pg-db-admin.zip