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 9913a5a commit 9e09358Copy full SHA for 9e09358
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