https://github.com/realorko/dotnet-cli-yamlist
A tool for working with yml in concourse pipelines
https://github.com/realorko/dotnet-cli-yamlist
Last synced: over 1 year ago
JSON representation
A tool for working with yml in concourse pipelines
- Host: GitHub
- URL: https://github.com/realorko/dotnet-cli-yamlist
- Owner: RealOrko
- License: apache-2.0
- Created: 2020-06-27T12:45:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:49:09.000Z (over 3 years ago)
- Last Synced: 2025-01-21T17:16:37.558Z (over 1 year ago)
- Language: C#
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-cli-yamlist


A tool that provides macro cli functions for working with yaml used in concourse pipelines.
## Why do I need this?
You work with relatively large yaml files consumed in concourse pipelines and you just can't be bothered
to spend months setting up your editor with functions that are hard to configure or simply do not exist.
## Prerequisites
You need to install the [DOTNET Core SDK](https://dotnet.microsoft.com/download).
## Install
```
dotnet tool install -g dotnet-cli-yamlist
```
## Commands
Here are some examples and descriptions of all the possible commands.
For any help please type the following command after installing:
```bash
yi
```
If you would like help with a specific command just type
```bash
yi
```
Available commands are:
- [`fmt`](https://github.com/RealOrko/dotnet-cli-yamlist/blob/master/docs/fmt.md)
- [`tojson`](https://github.com/RealOrko/dotnet-cli-yamlist/blob/master/docs/tojson.md)
- [`toyaml`](https://github.com/RealOrko/dotnet-cli-yamlist/blob/master/docs/toyaml.md)
- [`addjob`](https://github.com/RealOrko/dotnet-cli-yamlist/blob/master/docs/addjob.md)
## Uninstall
```
dotnet tool uninstall -g dotnet-cli-yamlist
```