From 33362747a040264c908321d4edfffc31f2e89aec Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Tue, 15 Jul 2025 18:20:23 +0300 Subject: [PATCH] Update init.rs --- crates/cli/src/commands/init.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/cli/src/commands/init.rs b/crates/cli/src/commands/init.rs index 3c4542b7a..d286956c2 100644 --- a/crates/cli/src/commands/init.rs +++ b/crates/cli/src/commands/init.rs @@ -573,7 +573,7 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> { println!( " {}", style(format!( - "npx codemod@next validate -w {}/workflow.yaml", + "npx codemod@next workflow validate -w {}/workflow.yaml", project_path.display() )) .cyan() @@ -583,7 +583,7 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> { println!( " {}", style(format!( - "npx codemod@next run -w {}/workflow.yaml", + "npx codemod@next workflow run -w {}/workflow.yaml", project_path.display() )) .cyan() @@ -594,8 +594,8 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> { " {}", style(format!("cd {}", project_path.display())).cyan() ); - println!(" {}", style("codemod login").cyan()); - println!(" {}", style("codemod publish").cyan()); + println!(" {}", style("npx codemod@next login").cyan()); + println!(" {}", style("npx codemod@next publish").cyan()); Ok(()) } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy