Skip to content

Commit 8126550

Browse files
authored
UX improvements to the 'jf project init' command (#276)
1 parent 76bb103 commit 8126550

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

general/project/projectinit.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ func (pic *ProjectInitCommand) createSummarizeMessage(technologiesMap map[coreut
8080
return coreutils.PrintBold("This project is initialized!\n") +
8181
coreutils.PrintBold("The project config is stored inside the .jfrog directory.") +
8282
"\n\n" +
83-
coreutils.PrintTitle("Audit your code project for security vulnerabilities by running") +
83+
coreutils.PrintTitle("Audit your project for security vulnerabilities by running") +
8484
"\n" +
8585
"jf audit\n\n" +
86-
coreutils.PrintTitle("or if you're using VS Code, IntelliJ IDEA, WebStorm, PyCharm, Android Studio or GoLand") +
87-
"\n" +
88-
"Open the IDE\n" +
89-
"Install the JFrog extension or plugin\n" +
90-
"View the JFrog panel\n" +
91-
"\n" +
9286
coreutils.PrintTitle("Scan any software package on this machine for security vulnerabilities by running") +
9387
"\n" +
9488
"jf scan path/to/dir/or/package\n\n" +
89+
coreutils.PrintTitle("If you're using VS Code, IntelliJ IDEA, WebStorm, PyCharm, Android Studio or GoLand") +
90+
"\n" +
91+
"1. Open the IDE\n" +
92+
"2. Install the JFrog extension or plugin\n" +
93+
"3. View the JFrog panel" +
94+
"\n\n" +
9595
pic.createBuildMessage(technologiesMap) +
9696
coreutils.PrintTitle("Read more using this link:") +
9797
"\n" +

0 commit comments

Comments
 (0)