radius-project / dashboard

Frontend experience for Project Radius
15 stars 5 forks source link

Opt-out of installing and deploying dashboard with `rad run` and `rad deploy` #40

Closed willtsai closed 7 months ago

willtsai commented 8 months ago

Overview of feature request

As a user, I want to use a command line flag to opt out of deploying the Radius dashboard when I run the rad init, rad install commands.

Acceptance criteria

  1. User is able to provide a flag when running the rad init, rad install commands in order to prevent radius from building and deploying the radius application dashboard.
  2. When user is opted out of installing dashboard, rad run and rad deploy commands do not result in a console message pointing them to the dashboard.

Additional context

Related issue for installing and deploying the dashboard: https://github.com/radius-project/dashboard/issues/37

Would you like to support us?

AB#11027

willtsai commented 7 months ago

done: https://github.com/radius-project/radius/pull/7160