Skip to content

Commit b15220f

Browse files
committed
docs(skill): refine syntax guidelines and add terminology clarifications
1 parent 09111e9 commit b15220f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skills/teamcity-cli/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: Use when working with TeamCity CI/CD or when user provides a TeamCi
77

88
# TeamCity CLI (`tc`)
99

10-
Interact with TeamCity CI/CD servers using the `tc` command-line tool.
11-
1210
## Quick Start
1311

1412
```bash
@@ -19,7 +17,9 @@ tc run log <id> --failed # View failed build log
1917

2018
## Before Running Commands
2119

22-
**Do not guess flags or syntax.** Only use flags in the [Command Reference](references/commands.md). If unsure, run `tc <command> --help` first. If a command doesn't support what you need, fall back to `tc api /app/rest/...`.
20+
**Do not guess subcommands, flags, or syntax.** Only use commands and flags documented in the [Command Reference](references/commands.md) or shown by `tc <command> --help`. If a command doesn't support what you need, fall back to `tc api /app/rest/...`.
21+
22+
**Terminology:** There is no `build`, `pipeline`, or `config` subcommand. Builds are **runs** (`tc run`). Build configurations are **jobs** (`tc job`).
2323

2424
## Core Commands
2525

0 commit comments

Comments
 (0)