v1.10.2
- sectionctl deploy now allows for the
-eor--environmentargument to specificy a branch on your section config git repo to push to. It defaults toProduction.
ie:
sectionctl deploy -a 0000 -i 0000 -e staging
the default still works
sectionctl deploy -a 0000 -i 0000 # same as: sectionctl deploy -a 0000 -i 0000 -e Production