shore
shore copied to clipboard
shore-config - render command using shore config with the correct profile
Summary
Original Author: @dkirillov
shore render
command should now use the render config specified in the shore config.
Specifically, in the shore config it is stored under the following path - profiles.[profile-name].render
. Example shore config:
renderer:
...
executor:
...
profiles:
default:
application: \"myAppName\"
pipeline: \"awesome-pipeline\"
render: ... # Path or Object
exec: ... # Path or Object
e2e: ... # Path or Object
What is present in the profile could either be the full render config object (in-line config), or a path to the render.yml
file (external config). Either or is allowed and should be used.