Commit 1ef1cb1
docs: TRAC-167 Add logs tail command to CLI reference (#1294)
Jira: [TRAC-167](https://bigcommercecloud.atlassian.net/browse/TRAC-167)
## What/Why?
Adds the `catalyst logs tail` command to the Catalyst CLI reference
docs. This was missed in the initial Native Hosting CLI documentation.
Covers parameters, the five output format options (`default`, `short`,
`request`, `json`, `pretty`), and usage examples.
## Rollout/Rollback
Documentation-only change. No rollout or rollback needed.
## Testing
- Verify the new `logs tail` section renders correctly on the docs site
- Confirm parameter table and format descriptions match the CLI
implementation in `packages/catalyst/src/cli/commands/logs.ts`
[TRAC-167]:
https://bigcommercecloud.atlassian.net/browse/TRAC-167?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Co-authored-by: Claude <noreply@anthropic.com>1 parent dc6ff29 commit 1ef1cb1
1 file changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
159 | 199 | | |
160 | 200 | | |
161 | 201 | | |
| |||
0 commit comments