Skip to content

Commit 883e61c

Browse files
authored
Update init.rs (#1610)
1 parent 700dbb6 commit 883e61c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/cli/src/commands/init.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> {
573573
println!(
574574
" {}",
575575
style(format!(
576-
"npx codemod@next validate -w {}/workflow.yaml",
576+
"npx codemod@next workflow validate -w {}/workflow.yaml",
577577
project_path.display()
578578
))
579579
.cyan()
@@ -583,7 +583,7 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> {
583583
println!(
584584
" {}",
585585
style(format!(
586-
"npx codemod@next run -w {}/workflow.yaml",
586+
"npx codemod@next workflow run -w {}/workflow.yaml",
587587
project_path.display()
588588
))
589589
.cyan()
@@ -594,8 +594,8 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> {
594594
" {}",
595595
style(format!("cd {}", project_path.display())).cyan()
596596
);
597-
println!(" {}", style("codemod login").cyan());
598-
println!(" {}", style("codemod publish").cyan());
597+
println!(" {}", style("npx codemod@next login").cyan());
598+
println!(" {}", style("npx codemod@next publish").cyan());
599599

600600
Ok(())
601601
}

0 commit comments

Comments
 (0)
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