From 672dbc98ccae95c77dd2543b5639eb1647efe4ef Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Thu, 9 Apr 2026 11:58:15 -0400 Subject: [PATCH] fix: updated pf to pfcli --- package.json | 2 +- scripts/install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 93da584..24f0aab 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "module", "bin": { "patternfly-cli": "./dist/cli.js", - "pf": "./dist/cli.js" + "pfcli": "./dist/cli.js" }, "scripts": { "build": "tsc", diff --git a/scripts/install.sh b/scripts/install.sh index 456b3e8..3b122d7 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -248,9 +248,9 @@ main() { printf 'To see available commands, run the CLI with:\n' printf ' patternfly-cli --help\n' printf '\n' - printf 'alternatively you can use the alias "pf" instead of "pattenfly-cli"\n' + printf 'alternatively you can use the alias "pfcli" instead of "pattenfly-cli"\n' printf '\n' - printf ' pf --help\n' + printf ' pfcli --help\n' printf '\n' printf 'SUCCESS: PatternFly CLI is installed.\n' printf '\n'