yaml-query
Usage
~ cat configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
labels:
app: chirper
name: chirper
data:
config.yaml: |
- a
- b
- c
service-config.yaml: |
service_on: true
~ yaml-query 'metadata labels app' configmap.yaml
chirper
...
~ cat configmap.yaml | yaml-query 'data service-config.yaml'
service_on: true
...
Release files for yaml-query 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yaml_query-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / yaml_query-0.0.2-py3-none-any.whl
| Download URL | yaml_query-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
152f527dbe7d378da0846e206c3ce56dcafabdfc43374baa182bcf2fdc201b07
|
|
BLAKE2b-256 checksum How to use checksums |
4d7d203ab98db2362f1c702574721258177c32c7b44bf37e29f8725a5b102460
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6
|