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 237fe97 + cb131ec commit 72bc680Copy full SHA for 72bc680
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