We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe14a7 commit 99cb354Copy full SHA for 99cb354
1 file changed
package.json
@@ -10,7 +10,8 @@
10
"main": "dist/cli.js",
11
"type": "module",
12
"bin": {
13
- "patternfly-cli": "./dist/cli.js"
+ "patternfly-cli": "./dist/cli.js",
14
+ "pf": "./dist/cli.js"
15
},
16
"scripts": {
17
"build": "tsc",
0 commit comments