mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 05:06:59 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
[!exec:cat] stop
|
|
|
|
# hello world
|
|
exec cat hello.text
|
|
stdout 'hello world\n'
|
|
! stderr .
|
|
|
|
-- hello.text --
|
|
hello world
|