Skip to content

Commit

Permalink
Merge pull request #80 from mittwald/dependabot/npm_and_yarn/oclif-4.0.3
Browse files Browse the repository at this point in the history
Bump oclif from 3.9.1 to 4.0.3
  • Loading branch information
martin-helmich authored Oct 30, 2023
2 parents b4e7e5b + d746fa9 commit 4f691d6
Show file tree
Hide file tree
Showing 67 changed files with 406 additions and 317 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1162,13 +1162,23 @@ Uninstall an app

```
USAGE
$ mw app uninstall INSTALLATION-ID
$ mw app uninstall INSTALLATION-ID [-q] [-f]
ARGUMENTS
INSTALLATION-ID ID of the app installation to delete
FLAGS
-f, --force Do not ask for confirmation
-q, --quiet suppress process output and only display a machine-readable summary.
DESCRIPTION
Uninstall an app
FLAG DESCRIPTIONS
-q, --quiet suppress process output and only display a machine-readable summary.
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
scripts), you can use this flag to easily get the IDs of created resources for further processing.
```

## `mw app versions [APP]`
Expand Down Expand Up @@ -2341,8 +2351,8 @@ Get all deliveryboxes by project ID

```
USAGE
$ mw mail deliverybox list [-p <value>] [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
$ mw mail deliverybox list [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]] [--output
csv|json|yaml | | ] [--sort <value>] [-p <value>]
FLAGS
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"license-checker-rseidelsohn": "^4.2.6",
"oclif": "^3.9.1",
"oclif": "^4.0.3",
"pkg": "^5.8.1",
"prettier": "^2.8.8",
"prettier-plugin-jsdoc": "^0.4.2",
Expand Down
Loading

0 comments on commit 4f691d6

Please sign in to comment.