diff --git a/LICENSE b/LICENSE index a43a025..584455d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Michał Adamczyk +Copyright (c) 2025 Michał Adamczyk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6d18e3f..c22e2e5 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ MIT license - - Go report card + + Go report card Go package docs @@ -137,13 +137,13 @@ to an iterator with `[]`, and then (5) query each element of the iterator for ```sh -tq -q ' +<< EOF tq -q ' .runners[] .kubernetes .volumes .host_path[] ."host path" -' << EOF +' [session_server] session_timeout = 1800 @@ -190,10 +190,12 @@ tq -q ' pod_annotations_overwrite_allowed = "" [runners.kubernetes.volumes] EOF +``` +```txt Output: -'/home/core/data/gitlab-runner/data' +/home/core/data/gitlab-runner/data ``` @@ -205,7 +207,7 @@ with `[]`, and then (3) the IP address is recovered from each of the objects with the quoted key `"ip"`. ```sh -tq -q '.servers[]."ip"' <