-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: allow multifile yaml * test: don't require leading $ * chore: run prettier * fix: package * fix: output multifile if input was multifile * fix: run `npm run package` * chore: run prettier * chore: run npm package * doc: add example in README.md * fix: apply linter suggestion
- Loading branch information
Showing
6 changed files
with
1,502 additions
and
1,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
backend: | ||
version: v1.2.0 | ||
frontend: {} | ||
containers: | ||
- name: nginx | ||
image: nginx:latest | ||
- name: node | ||
image: node:latest | ||
config: | ||
prod: false, | ||
version: 0 | ||
boolString: 'true' | ||
|
||
--- | ||
backend: | ||
version: v1.2.0 | ||
frontend: {} | ||
containers: | ||
- name: nginx | ||
image: nginx:latest | ||
- name: node | ||
image: node:latest | ||
config: | ||
prod: false, | ||
version: 0 | ||
boolString: 'true' |
Oops, something went wrong.