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 66ae91f commit 71b8ca6Copy full SHA for 71b8ca6
templates/cli/lib/commands/generic.js.twig
@@ -82,6 +82,7 @@ const client = new Command("client")
82
}
83
84
let client = new Client().setEndpoint(endpoint);
85
+ client.setProject('console');
86
if (selfSigned || globalConfig.getSelfSigned()) {
87
client.setSelfSigned(true);
88
0 commit comments