From aa5a550438a06a3ae9d39485490926c74284602e Mon Sep 17 00:00:00 2001
From: pollfly <75068813+pollfly@users.noreply.github.com>
Date: Wed, 7 Aug 2024 10:11:35 +0300
Subject: [PATCH] Add --tags to clearml-task (#896)
---
docs/apps/clearml_task.md | 1 +
1 file changed, 1 insertion(+)
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 |
|
| `--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` |
|
| `--skip-task-init` | If set, `Task.init()` call is not added to the entry point, and is assumed to be called within the script |
|
+| `--tags` | Add tags to the newly created task. For example: `--tags "base" "job"` |
|
| `--task-type` | Set the task type. Optional values: training, testing, inference, data_processing, application, monitor, controller, optimizer, service, qc, custom |
|
| `--version` | Display the `clearml-task` utility version |
|