-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override config file with CLI args for Seldon CLI (#579)
* Rename command vars for subcommands for concision * Use consistent var assignment syntax for top-level CLI commands * Rename private functions for clarity Using terse contractions of terms hurts legibility in composite names, as for functions. * Use var for command flags instead of calling methods for every flag access & modify * Pass scheduler-host-is-set indicator to scheduler client constructor This allows us to determine the relative priorities of config from different places. * Do not override scheduler host explicit CLI arg with config file value Instead, only override default args not set explicitly when running the command. * Pass indicator for infer host being set explicitly to inference client constructor * Do not override infer host explicit CLI arg with config file value * Do not override Kafka broker host explicit CLI arg with config file value
- Loading branch information
Showing
24 changed files
with
297 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.