File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments