acyl icon indicating copy to clipboard operation
acyl copied to clipboard

acyl.yml local section

Open bkeroackdsc opened this issue 2 years ago • 0 comments

We should implement a new section in acyl.yml grammar to make the local workflow more convenient. In particular, we should provide an easy way to provide a custom set of value overrides for local use only, as well as a way to reduce CLI boilerplate (image build mode, search paths, etc).

Example mock up:

# ...

local:
  privileged: true
  value_overrides:
    - 'foo=bar'
    - 'asdf=123'
  image_build_mode: docker-nopush
  search_paths:
    - ~/code/something
    - 
# ...

The local section should have defaults for all CLI flags for acyl config test create/update/delete commands.

bkeroackdsc avatar Nov 17 '21 19:11 bkeroackdsc