We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c6cdc commit ce4a6bdCopy full SHA for ce4a6bd
tools/cli/internal/cli/versions/versions.go
@@ -113,7 +113,7 @@ func (o *Opts) PreRunE(_ []string) error {
113
}
114
115
// Builder builds the versions command with the following signature:
116
-// versions -s oas
+// versions -s oas --env dev|qa|staging|prod -stability-level STABLE|PREVIEW
117
func Builder() *cobra.Command {
118
opts := &Opts{
119
fs: afero.NewOsFs(),
0 commit comments