Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: update dashboard message
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Sep 6, 2023
1 parent eab7a7b commit 5befc1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/up/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ async fn run_wasmcloud_interactive(
});

if output_kind != OutputKind::Json {
println!("🏃 Running in interactive mode. Start the dashboard by executing `wash ui --experimental`",);
println!("🏃 Running in interactive mode.",);
println!("🎛️ If you enabled --nats-websocket-port, start the dashboard by executing `wash ui --experimental`");
println!("🚪 Press `CTRL+c` at any time to exit");
}

Expand Down

0 comments on commit 5befc1b

Please sign in to comment.