File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> {
573
573
println ! (
574
574
" {}" ,
575
575
style( format!(
576
- "npx codemod@next validate -w {}/workflow.yaml" ,
576
+ "npx codemod@next workflow validate -w {}/workflow.yaml" ,
577
577
project_path. display( )
578
578
) )
579
579
. cyan( )
@@ -583,7 +583,7 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> {
583
583
println ! (
584
584
" {}" ,
585
585
style( format!(
586
- "npx codemod@next run -w {}/workflow.yaml" ,
586
+ "npx codemod@next workflow run -w {}/workflow.yaml" ,
587
587
project_path. display( )
588
588
) )
589
589
. cyan( )
@@ -594,8 +594,8 @@ fn print_next_steps(project_path: &Path, config: &ProjectConfig) -> Result<()> {
594
594
" {}" ,
595
595
style( format!( "cd {}" , project_path. display( ) ) ) . cyan( )
596
596
) ;
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( ) ) ;
599
599
600
600
Ok ( ( ) )
601
601
}
You can’t perform that action at this time.
0 commit comments