yamlinc icon indicating copy to clipboard operation
yamlinc copied to clipboard

Compose multiple YAML files into one with $include tag. Split Swagger/OpenAPI into multiple YAML files.

Results 23 yamlinc issues
Sort by recently updated
recently updated
newest added

If the target file of an `$include` is a symbolic link, the program fails to find the file. ## Steps ### Environment I made a clean environment of Ubuntu 18.04...

bug

Hi! Let's say that two people develop two independent API documents (each has standard openapi schema: `openapi`, `info`, `paths`). Does this tool merge these two files into a single openapi...

question

A new feature is "Include JSON file" add the possibility to use $include with JSON files

enhancement

New feature to develop is Inline code parser. This enables the possibility to parse YAML string from command-line and use $include tag to compound multiple files without the main file...

enhancement

Currently, `$include` pulls in entire files. Many YAML tools support the [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) syntax for pulling in pieces of other files as part of the URI fragment. This would extend...

enhancement

**Version**: v0.0.65 Steps to reproduce: 1. Create file main.yml ``` some_key: "some_value" some_data: $include: included_file_that_does_not_exists.yml ``` 2. Run `yamlinc main.yml && cat main.inc.yml` Output: ``` ## -------------------- ## DON'T EDIT...

enhancement

Currently the `yamlinc` generates a `.inc.yml` file in the current directory. Greater flexibility is needed where the output file can be specified. For example `yamlinc -o some/path/to/MyType.yml src/types/MyType.yml` or Writing...

enhancement

hi! 1) I would like to be able to set my own name for the final Yaml file. comand yamlinc --output - input.yml didn't work, it also continues to take...

My eyes were bleeding at each run ...

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.8 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies