Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jan 11, 2024
1 parent 5a9753c commit e77b22f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ EXAMPLES
$ aio config:clear
```

_See code: [src/commands/config/index.js](https://github.com/adobe/aio-cli-plugin-config/blob/4.0.1/src/commands/config/index.js)_
_See code: [src/commands/config/index.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/index.ts)_

## `aio config clear`

Expand All @@ -101,13 +101,15 @@ DESCRIPTION
clears all persistent config values
```

_See code: [src/commands/config/clear.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/clear.ts)_

## `aio config del KEYS...`

deletes persistent config values

```
USAGE
$ aio config del [KEYS...] [-l | -g]
$ aio config del KEYS... [-l | -g]
FLAGS
-g, --global global config
Expand All @@ -127,7 +129,7 @@ deletes persistent config values

```
USAGE
$ aio config delete [KEYS...] [-l | -g]
$ aio config delete KEYS... [-l | -g]
FLAGS
-g, --global global config
Expand All @@ -141,6 +143,8 @@ ALIASES
$ aio config rm
```

_See code: [src/commands/config/delete.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/delete.ts)_

## `aio config edit`

edit config file
Expand All @@ -157,13 +161,15 @@ DESCRIPTION
edit config file
```

_See code: [src/commands/config/edit.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/edit.ts)_

## `aio config get KEY`

gets a persistent config value

```
USAGE
$ aio config get [KEY] [-l | -g] [-j | -y] [-e]
$ aio config get KEY [-l | -g] [-j | -y] [-e]
FLAGS
-e, --env environment variables
Expand All @@ -176,6 +182,8 @@ DESCRIPTION
gets a persistent config value
```

_See code: [src/commands/config/get.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/get.ts)_

## `aio config list`

lists all persistent config values
Expand All @@ -199,6 +207,8 @@ ALIASES
$ aio config ls
```

_See code: [src/commands/config/list.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/list.ts)_

## `aio config ls`

list, get, set, delete, and edit persistent configuration data
Expand Down Expand Up @@ -239,7 +249,7 @@ deletes persistent config values

```
USAGE
$ aio config rm [KEYS...] [-l | -g]
$ aio config rm KEYS... [-l | -g]
FLAGS
-g, --global global config
Expand Down Expand Up @@ -274,4 +284,6 @@ FLAGS
DESCRIPTION
sets a persistent config value
```

_See code: [src/commands/config/set.ts](https://github.com/adobe/aio-cli-plugin-config/blob/5.0.0/src/commands/config/set.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adobe/aio-cli-plugin-config",
"description": "Config Plugin for the Adobe I/O CLI",
"version": "4.0.1",
"version": "5.0.0",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-config/issues",
"dependencies": {
Expand Down

0 comments on commit e77b22f

Please sign in to comment.