Skip to content

Commit

Permalink
Merge pull request #844 from CleverCloud/fix-console-url
Browse files Browse the repository at this point in the history
fix(addon): use new goto URL for add-on
  • Loading branch information
hsablonniere authored Oct 23, 2024
2 parents 7107ee4 + 086417f commit bca4e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function displayAddon (format, addon, providerName, message) {
Logger.println();
Logger.println(`Your ${provider.name} is starting:`);
Logger.println(` - Access it: ${urlToShow.startsWith('http') ? urlToShow : `https://${urlToShow}`}`);
Logger.println(` - Manage it: https://console.clever-cloud.com/${addon.id}`);
Logger.println(` - Manage it: https://console.clever-cloud.com/goto/${addon.id}`);
}

if (providerName === 'keycloak') {
Expand Down

0 comments on commit bca4e10

Please sign in to comment.