TonyAdo
TonyAdo
#### What type of PR is this? /kind feature #### What this PR does / why we need it: add mod push command impl #### Which issue(s) this PR fixes:...
#### What type of PR is this? #### What this PR does / why we need it: update api package for enhanced maintainability #### Which issue(s) this PR fixes: Fixes...
### What would you like to be added? Add new kusion subcommand: `kusion validate`, to check whether the configuration is valid. ### Why is this needed? Configuration correctness is the...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: add generate cmd implementation #### Which issue(s) this PR fixes: Fixes...
### What would you like to be added? The old `kusion build` cmd will be renamed to `kusion generate`, no behavior change, just rename. ### Why is this needed? To...
### What would you like to be added? Instead of retrieve sensitive information in the `build` phase, it's better to do this in the `apply` stage, which provides smaller risk...
### What would you like to be added? As single source of truth for production state, kusion intent should be stored in backend in versioning way. ### Why is this...
For now, Kusion Module only support KCL for schema definition, but actually Kusion Module is not bound to KCL, we can support other kinds of Domain Specific Language, such as...
Since various serverless infrastructure is becoming more and more important in the modern application landscape, it's quite neccessory for Kusion to support serverless resources, a good start point might be...