Skip to content

Commit 3ee0e57

Browse files
committed
Update references to Bref Dashboard
1 parent d30a213 commit 3ee0e57

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

bref

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ switch ($argv[1] ?? '') {
3232
error('Since Bref 2.0, the "bref local" command has been moved. Read https://bref.sh/docs/local-development/event-driven-functions\n');
3333
case 'dashboard':
3434
cliWarning();
35-
echo "The Bref Dashboard is now available as a desktop application.\n\n";
36-
echo "Check out https://dashboard.bref.sh/\n";
35+
echo "Check out Bref Cloud: https://bref.sh/cloud\n";
3736
exit(1);
3837
case '':
3938
help();

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ class ServerlessPlugin {
150150
'bref:local:run': () => runLocal(this.serverless, options),
151151
'bref:layers:show': () => listLayers(this.serverless, utils.log),
152152
'before:logs:logs': () => {
153-
utils.log(this.gray('View, tail, and search logs from all functions with https://dashboard.bref.sh'));
153+
utils.log(this.gray('View, tail, and search logs from all functions with https://bref.sh/cloud'));
154154
utils.log();
155155
},
156156
'before:metrics:metrics': () => {
157-
utils.log(this.gray('View all your application\'s metrics with https://dashboard.bref.sh'));
157+
utils.log(this.gray('View all your application\'s metrics with https://bref.sh/cloud'));
158158
utils.log();
159159
},
160160
};
@@ -164,7 +164,7 @@ class ServerlessPlugin {
164164
// On successful deploy
165165
if (command.startsWith('deploy') && code === 0) {
166166
utils.log();
167-
utils.log(this.gray('Want a better experience than the AWS console? Try out https://dashboard.bref.sh'));
167+
utils.log(this.gray('Want a better experience than the AWS console? Try out https://bref.sh/cloud'));
168168
}
169169
});
170170
}

0 commit comments

Comments
 (0)