We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c85dc commit 941b6a0Copy full SHA for 941b6a0
cmd/cli/generate/manifest/manifest_cmd.go
@@ -13,8 +13,8 @@ var (
13
func NewManifestCmd() *cobra.Command {
14
manifestCmd := &cobra.Command{
15
Use: "manifest",
16
- Short: "📄 Generate an OpenFeature flag manifest based on your flag configuration.",
17
- Long: "📄 Generate an OpenFeature flag manifest based on your flag configuration. " +
+ Short: "📄 (experimental) Generate an OpenFeature flag manifest based on your flags configuration.",
+ Long: "📄 (experimental) Generate an OpenFeature flag manifest based on your flags configuration. " +
18
"⚠️ note that this is an experimental feature and we may change this command line without warning.",
19
20
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments