Add CLI arguments reference to configuration hierarchy (#117)

This commit is contained in:
pollfly 2021-11-19 10:06:21 +02:00 committed by GitHub
parent ceaa4c5445
commit cf108b2ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,9 @@ from the vault are applied on top of the configuration specified in `clearml.con
The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods The different ClearML configuration methods take precedence as summarized in the following list (higher ordered methods
override the lower ones): override the lower ones):
1. Command-line arguments 1. Command-line arguments (e.g. [clearml-task](../apps/clearml_task.md#command-line-options), [clearml-agent](../references/clearml_agent_ref.md),
[clearml-session](../apps/clearml_session.md#command-line-options), [clearml-data](../clearml_data/clearml_data_cli.md)
arguments)
1. Environment variables 1. Environment variables
1. Configuration vault 1. Configuration vault
1. Configuration file 1. Configuration file