-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
- Loading branch information
1 parent
c115547
commit 4ba45b4
Showing
7 changed files
with
289 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## kyverno-json jp | ||
|
||
Provides a command-line interface to JMESPath, enhanced with custom functions. | ||
|
||
### Synopsis | ||
|
||
Provides a command-line interface to JMESPath, enhanced with custom functions. | ||
|
||
``` | ||
kyverno-json jp [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for jp | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kyverno-json](kyverno-json.md) - kyverno-json | ||
* [kyverno-json jp function](kyverno-json_jp_function.md) - Provides function informations. | ||
* [kyverno-json jp parse](kyverno-json_jp_parse.md) - Parses jmespath expression and shows corresponding AST. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## kyverno-json jp function | ||
|
||
Provides function informations. | ||
|
||
### Synopsis | ||
|
||
Provides function informations. | ||
|
||
``` | ||
kyverno-json jp function [function_name]... [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for function | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kyverno-json jp](kyverno-json_jp.md) - Provides a command-line interface to JMESPath, enhanced with custom functions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## kyverno-json jp parse | ||
|
||
Parses jmespath expression and shows corresponding AST. | ||
|
||
### Synopsis | ||
|
||
Parses jmespath expression and shows corresponding AST. | ||
|
||
``` | ||
kyverno-json jp parse [-f file|expression]... [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --file strings Read input from a JSON or YAML file instead of stdin | ||
-h, --help help for parse | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [kyverno-json jp](kyverno-json_jp.md) - Provides a command-line interface to JMESPath, enhanced with custom functions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.