docs: csplit -sf readme -n 1 .gitlab/README.md '//' yq '.spec.inputs | .[] | "| `" + key + "` | `" + .default + "` | " + .description + " |"' templates/full-pipeline.yml > readme_inputs.md echo '\n' > README.md cat readme0 >> README.md cat readme_inputs.md >> README.md tail -n+2 readme1 >> README.md rm -f readme0 readme1 readme_inputs.md