✨ New Features
Introduction of hcl commands
As part of the CLI Redesign experiment, the hcl commands have been introduced.
The hcl commands allow users to directly interact with HCL content independent of the underlying functionality they support.
The functionality of the hcl commands replace existing functionality that is soon to be deprecated:
hclfmt-->hcl fmthclvalidate-->hcl validatevalidate-inputs-->hcl validate --inputsvalidate-inputs --strict-validate-->hcl validate --inputs --strict
What's Changed
- feat:
hclcommands docs by @levkohimins in #4180 - feat: add symbol link experiemnt in discovery process by @denis256 in #4177
- feat: Implementation of
hclcommands by @levkohimins in #4169 - fix: Adding redirect from /docs/reference/experiment-mode to /docs/reference/experiments by @yhakbar in #4178
- fix: Fix spelling by @hpe-noinarisak in #4179
- fix: Update status of cli-redesign experiment by @yhakbar in #4188
- build(deps): bump github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0 by @dependabot in #4160
New Contributors
- @hpe-noinarisak made their first contribution in #4179
Full Changelog: v0.77.20...v0.77.21