Skip to content

Commit 2e44d03

Browse files
committed
chore: revert package.json README.md
1 parent c16ea38 commit 2e44d03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ USAGE
297297
$ aio app create [PATH] [-v] [--version] [-i <value>]
298298
299299
ARGUMENTS
300-
[PATH] [default: .] Path to the app directory
300+
PATH [default: .] Path to the app directory
301301
302302
FLAGS
303303
-i, --import=<value> Import an Adobe I/O Developer Console configuration file
@@ -337,7 +337,7 @@ USAGE
337337
$ aio app delete action [ACTION-NAME] [-v] [--version] [-y]
338338
339339
ARGUMENTS
340-
[ACTION-NAME] Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
340+
ACTION-NAME Action `pkg/name` to delete, you can specify multiple actions via a comma separated list
341341
342342
FLAGS
343343
-v, --verbose Verbose output
@@ -543,7 +543,7 @@ USAGE
543543
<value> | | ] [--confirm-new-workspace] [--use-jwt] [--github-pat <value> ] [--linter none|basic|adobe-recommended]
544544
545545
ARGUMENTS
546-
[PATH] [default: .] Path to the app directory
546+
PATH [default: .] Path to the app directory
547547
548548
FLAGS
549549
-e, --extension=<value>... Extension point(s) to implement
@@ -674,7 +674,7 @@ USAGE
674674
$ aio app pack [PATH] [-v] [--version] [--lock-file] [-o <value>]
675675
676676
ARGUMENTS
677-
[PATH] [default: .] Path to the app directory to package
677+
PATH [default: .] Path to the app directory to package
678678
679679
FLAGS
680680
-o, --output=<value> [default: dist/app.zip] The packaged app output file path
@@ -773,7 +773,7 @@ USAGE
773773
[--confirm-new-workspace] [--no-service-sync | --confirm-service-sync] [--no-input] [--use-jwt]
774774
775775
ARGUMENTS
776-
[CONFIG_FILE_PATH] path to an Adobe I/O Developer Console configuration file
776+
CONFIG_FILE_PATH path to an Adobe I/O Developer Console configuration file
777777
778778
FLAGS
779779
-g, --global Use the global Adobe Developer Console Org / Project / Workspace configuration,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Adobe Inc.",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-app/issues",
77
"dependencies": {
8-
"@adobe/aio-cli-lib-app-config": "../aio-cli-lib-app-config",
8+
"@adobe/aio-cli-lib-app-config": "^4.0.3",
99
"@adobe/aio-cli-lib-console": "^5.0.3",
1010
"@adobe/aio-lib-core-config": "^5",
1111
"@adobe/aio-lib-core-logging": "^3",

0 commit comments

Comments
 (0)