diff --git a/docs/apps/clearml_task.md b/docs/apps/clearml_task.md index e099a214..043fa30f 100644 --- a/docs/apps/clearml_task.md +++ b/docs/apps/clearml_task.md @@ -74,6 +74,7 @@ errors in identifying the correct default branch. | `--requirements` | Specify `requirements.txt` file to install when setting the session. By default, the` requirements.txt` from the repository will be used | Yes | | `--script` | Entry point script for the remote execution. When used with `--repo`, input the script's relative path inside the repository. For example: `--script source/train.py`. When used with `--folder`, it supports a direct path to a file inside the local repository itself, for example: `--script ~/project/source/train.py` | No | | `--skip-task-init` | If set, `Task.init()` call is not added to the entry point, and is assumed to be called within the script | Yes | +| `--tags` | Add tags to the newly created task. For example: `--tags "base" "job"` | Yes | | `--task-type` | Set the task type. Optional values: training, testing, inference, data_processing, application, monitor, controller, optimizer, service, qc, custom | Yes | | `--version` | Display the `clearml-task` utility version | Yes |