Loading
feat(df): mark dependency firewall commands as experimental
Marks the Dependency Firewall commands on main as experimental instead of beta.
What
glab dependency-firewall(root) andglab dependency-firewall ci-summarynow appendtext.ExperimentalString(wastext.BetaString) and carry a trailing(EXPERIMENTAL)on their one-lineShortdescription.- Regenerated docs via
make gen-docs.
Why
The feature is not ready for production use; experimental is the accurate development stage.
Testing
go build ./internal/commands/df/...go test ./internal/commands/df/...make gen-docs(docs regenerated and committed)