fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
29 stars 16 forks source link

Revert to single `fod app create` option and class refactoring #381

Closed kadraman closed 12 months ago

kadraman commented 12 months ago

This includes the change to revert to single fod app create command which is used for Web, Mobile or Microservice application.

For a microservice application, only a single microservice will be created and the release is now specified via --release option.

Refactored classes like FodAppRelCreate.class to name of entity, e.g. FoDReleaseCreate.class.