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

Run yamlinc with mess output after using `npm install -g yamlinc` to install globally

> The infinite loop introduced in the code (of colors package version 1.4.2) will keep running indefinitely; printing the gibberish non-ASCII character sequence endlessly on the console for any applications...

Analize : template-api.yaml > Problem : Error on file 'template-api.yaml' unknown tag ! at line 32, column 27: - !Ref Environment ^ Compile : template-masterdata-api.inc.yaml This is aws sam logic...

Here's a piece of a request definition in one of my source files: ``` - name: date description: The date in: path required: true schema: type: string format: date example:...

good first issue

I use spectacle as the docs recommend but when I use inside of my paths an inline block to define (for example the POST) parameters, spectacle shows only the description...

input yaml: ``` OrdersCancel: Type: AWS::Serverless::Function ``` output yaml: ``` OrdersCancel: Type: 'AWS::Serverless::Function' ``` Notice the spurious single quotes added in the above code block Because of this I get...

It would be much nicer if the comments in the included files were also able to appear in the output file. Our output cloudformation file is both functional and documentation....

enhancement

Hi, when i'm doing the merge of one yml fill to another one with another properties the yml file will always import in the end. ex: customer.yml `type: customer` `name:...

In some yml usages (Swagger/OpenAPI), it is very strict on what tags you can use. My goal is to have my base file still be a valid Swagger while decorating...

enhancement

Add command-line argument to export as JSON instead YAML es. ``` yamlinc --json main.yml ```

enhancement