sq/cli/config/yamlstore/upgrades/v0.34.0/testdata/sq.yml
Neil O'Toole 5e31da4644
Refactor config options (#209)
* Refactor config and options.
2023-04-26 09:16:42 -06:00

27 lines
547 B
YAML

version: v0.33.0
defaults:
output_format: json
output_header: true
ping_timeout: 100s
shell_completion_timeout: 500ms
sources:
active: "@prod/pg"
active_group: prod
scratch: ""
items:
- handle: '@prod/pg'
type: postgres
location: postgres://sakila:p_ssW0rd@localhost/sakila
- handle: "@csv"
type: csv
location: /Users/neilotoole/sq/person.csv
options:
header:
- "true"
- handle: "@xlsx"
type: xlsx
location: /Users/neilotoole/sq/xl_demo.xlsx
options:
header:
- "false"