Skip to content

Commit 672dbc9

Browse files
committed
fix: updated pf to pfcli
1 parent 3d0a15c commit 672dbc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)