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.
2 parents fcaca4d + 9e09358 commit 67c5a31Copy full SHA for 67c5a31
internal/cmd/project/describe.go
@@ -60,7 +60,7 @@ func DescribeCmd(options *clioptions.CLIOptions) *cobra.Command {
60
OutputFormat: options.OutputFormat,
61
}
62
63
- return describeProject(cmd.Context(), client, cmdOptions, cmd.ErrOrStderr())
+ return describeProject(cmd.Context(), client, cmdOptions, cmd.OutOrStdout())
64
},
65
66
0 commit comments