Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
/ toml-merge Public archive
forked from boivie/toml-merge

Merge TOML files (to TOML or JSON)

License

Notifications You must be signed in to change notification settings

camunda-cloud/toml-merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toml-merge

Merges TOML files into TOML or JSON

Usage

$ toml-merge
Usage: toml-merge toml-file [ toml-file ... ]
  -output-json
    	Output JSON instead of TOML

Examples

$ toml-merge file1.toml file2.toml > merged.toml

$ toml-merge -output-json file1.toml file2.toml > merged.json

About

Merge TOML files (to TOML or JSON)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%