capactio / capact

Simple way to manage applications and infrastructure.
https://capact.io
Apache License 2.0
80 stars 19 forks source link

Move manifest generation out of `alpha` commands #613

Closed pkosiec closed 2 years ago

pkosiec commented 2 years ago

Description

Changes proposed in this pull request:

Previously: capact alpha manifest-gen ... Now: capact manifest generate ...

NOTE: Documentation check is failing because of Error: reviewdog: Too many results (annotations) in diff.

Testing

  1. Check out the PR
  2. Build the binary and run sample commands:
# for macOS
make build-tool-cli && mv ./bin/capact-darwin-amd64 /usr/local/bin/capact

capact manifest generate
capact manifest generate interface cap.interface.foo.bar

Reason

As there were significant changes in the manifestgen tool, with feature coverage for all manifest kinds, there's no need to still keep it under alpha commands.