Add option to read cluster info from PGSERVICEFILE #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ACE will now accept PG Service-style configurations via environment variables
ACE_PGSERVICEFILEorPGSERVICEFILE. Alternatively, via one of./pg_service.conf,~/.pg_service.conf, or/etc/ace/pg_service.confIf none of these vars or files exist, it will look for the legacy cluster definition json file,
<cluster_name>.json.ACE will also now provide a
./ace cluster initcommand to generate a sample PG service file, which can be populated by the user../ace config initwill generate aace.yamlfile with default options/parameters for table-diff, merkle trees, etc.