spacecloud-io / space-cloud

Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
https://space-cloud.io
Apache License 2.0
3.94k stars 222 forks source link

[Feature] Add support for basic package management in spacectl #1665

Closed shubham4443 closed 1 year ago

shubham4443 commented 1 year ago

Create additional client generation commands:

YourTechBud commented 1 year ago

Initialize Package: spacectl package init

Flags or survey:

Apply resource in package: spacectl package apply

Get all resources in package: spacectl package get all

Get all resources of a particular kind in package: spacectl package get <kind>