File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 "type" : " module" ,
1212 "bin" : {
1313 "patternfly-cli" : " ./dist/cli.js" ,
14- "pf " : " ./dist/cli.js"
14+ "pfcli " : " ./dist/cli.js"
1515 },
1616 "scripts" : {
1717 "build" : " tsc" ,
Original file line number Diff line number Diff line change @@ -248,9 +248,9 @@ main() {
248248 printf ' To see available commands, run the CLI with:\n'
249249 printf ' patternfly-cli --help\n'
250250 printf ' \n'
251- printf ' alternatively you can use the alias "pf " instead of "pattenfly-cli"\n'
251+ printf ' alternatively you can use the alias "pfcli " instead of "pattenfly-cli"\n'
252252 printf ' \n'
253- printf ' pf --help\n'
253+ printf ' pfcli --help\n'
254254 printf ' \n'
255255 printf ' SUCCESS: PatternFly CLI is installed.\n'
256256 printf ' \n'
You can’t perform that action at this time.
0 commit comments