Skip to content

fix(cca): yarn cedar dev#528

Merged
Tobbe merged 3 commits intomainfrom
tobbe-cca-cedar-dev
Nov 14, 2025
Merged

fix(cca): yarn cedar dev#528
Tobbe merged 3 commits intomainfrom
tobbe-cca-cedar-dev

Conversation

@Tobbe
Copy link
Member

@Tobbe Tobbe commented Nov 14, 2025

Change from "yarn rw dev" to "yarn cedar dev" in the instructions printed to the terminal after running "yarn create cedar-app"

@Tobbe Tobbe added this to the next-release-patch milestone Nov 14, 2025
@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for cedarjs canceled.

Name Link
🔨 Latest commit 82b488c
🔍 Latest deploy log https://app.netlify.com/projects/cedarjs/deploys/69167dcd2b99a600081863ac

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 14, 2025

Greptile Overview

Greptile Summary

Updated the post-installation terminal instructions to display yarn cedar dev instead of the outdated yarn rw dev command.

  • This aligns the CLI output with the current CedarJS branding and command structure
  • The change is consistent with documentation which uses cedar dev throughout

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a trivial string change updating user-facing documentation text from an outdated command to the correct current command, with no logic changes or potential side effects
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
packages/create-cedar-app/src/create-cedar-app.js 5/5 Updated terminal instructions from yarn rw dev to yarn cedar dev - simple string change, no issues

Sequence Diagram

sequenceDiagram
    participant User
    participant CLI as create-cedar-app
    participant Terminal as Terminal Output
    
    User->>CLI: Run yarn create cedar-app
    CLI->>CLI: Handle user preferences
    CLI->>CLI: Create project files
    CLI->>CLI: Install dependencies (optional)
    CLI->>CLI: Generate types (optional)
    CLI->>CLI: Initialize git (optional)
    CLI->>Terminal: Display success message
    Terminal->>Terminal: Show "yarn cedar dev" command
    Note over Terminal: Changed from "yarn rw dev"
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@Tobbe Tobbe enabled auto-merge (squash) November 14, 2025 01:06
@Tobbe Tobbe merged commit e043223 into main Nov 14, 2025
38 checks passed
@Tobbe Tobbe deleted the tobbe-cca-cedar-dev branch November 14, 2025 01:12
Tobbe added a commit that referenced this pull request Nov 16, 2025
Tobbe added a commit that referenced this pull request Nov 17, 2025
@Tobbe Tobbe modified the milestones: next-release-patch, v1.0.0 Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant