Design note: updated rad init experience - #12684
Draft
zachcasper wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Zach Casper <zachcasper@microsoft.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Functional Tests - corerp-cloud30 tests ±0 27 ✅ - 2 20m 25s ⏱️ - 3m 40s For more details on these failures, see this check. Results for commit cbedb22. ± Comparison against base commit aeb5292. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds an "In Review" design note (
eng/design-notes/cli/2026-08-rad-init-modernization.md)proposing a modernization of the preview (
Radius.*)rad initon-ramp. The command hasaccumulated several papercuts that shape a new user's first impression; this note enumerates
each one (backed by a filed issue) and proposes a two-mode experience:
rad init --previewfor the common developer case.rad init --preview --fullfor platform engineers.Proposed changes (documented, not yet implemented)
radius-onlybicepconfig.json; stop writingapp.bicepand stopcreating the stub application resource.
--full(cluster → cloud providers → environment → recipe pack) and add arecipe-pack selection step sourced from
defaults.yaml.~/.rad/config.yamlworkspaces instead of overwriting the currententry when targeting a different cluster.
Scope
Preview (
Radius.*) init path only; the stable (Applications.*)rad initis unchanged.This is a design proposal, so the PR contains no code changes.
Issues addressed
app.bicepscaffolded byrad initshould define an application resource rather than anapplicationparameter #12418rad init#12568rad init#12414rad initoverwrites~/.rad/config.yaml#9177Dependencies
sources must define only
Radius.Core/recipePacks, not an environment).