File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99)
1010
1111const (
12- experimentalStackpackEnvVar = "STS_EXPERIMENTAL_STACKPACK "
12+ experimentalStackpackEnvVar = "STS_EXPERIMENTAL_STACKPACKS "
1313)
1414
1515func StackPackCommand (cli * di.Deps ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This command validates a stackpack by uploading it to the server.
3535
3636Exactly one of --stackpack-directory or --stackpack-file must be specified.
3737
38- This command is experimental and requires STS_EXPERIMENTAL_STACKPACK environment variable to be set.` ,
38+ This command is experimental and requires STS_EXPERIMENTAL_STACKPACKS environment variable to be set.` ,
3939 Example : `# Validate a stackpack directory (automatically packaged)
4040sts stackpack validate --stackpack-directory ./my-stackpack
4141
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ func STSCommand(cli *di.Deps) *cobra.Command {
3636 cmd .AddCommand (TopologyCommand (cli ))
3737
3838 // Experimental commands for otel mapping
39- if os .Getenv ("STS_EXPERIMENTAL_OTEL_MAPPING " ) != "" {
39+ if os .Getenv ("STS_EXPERIMENTAL_STACKPACKS " ) != "" {
4040 cmd .AddCommand (OtelComponentMappingCommand (cli ))
4141 cmd .AddCommand (OtelRelationMappingCommand (cli ))
4242 }
You can’t perform that action at this time.
0 commit comments