Commit ff15134
docs: feat: add deployments show subcommand (#134)
## Summary
This work relates to PR #125
## Motivation
<!-- Why is this change needed? Link to an issue if applicable. -->
Closes #<!-- issue number -->
## Changes
<!-- Bullet list of the key changes. Focus on *what* changed, not *how*.
-->
-
## Test strategy
<!-- How did you verify this works? Check all that apply. -->
- [ ] Added/updated unit tests
- [ ] Manual CLI testing (`poly <command>`)
- [ ] Tested against a live Agent Studio project
- [x] N/A (docs, config, or trivial change)
## Checklist
- [ ] `ruff check .` and `ruff format --check .` pass
- [ ] `pytest` passes
- [x] No breaking changes to the `poly` CLI interface (or migration path
documented)
- [ ] Commit messages follow [conventional
commits](https://www.conventionalcommits.org/)
## Screenshots / Logs
<!-- Optional: paste terminal output, screenshots, or before/after diffs
if helpful. -->
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 7b837cb commit ff15134
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
458 | 460 | | |
459 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
460 | 466 | | |
461 | 467 | | |
462 | 468 | | |
| |||
547 | 553 | | |
548 | 554 | | |
549 | 555 | | |
| 556 | + | |
550 | 557 | | |
551 | 558 | | |
552 | 559 | | |
| |||
588 | 595 | | |
589 | 596 | | |
590 | 597 | | |
| 598 | + | |
591 | 599 | | |
592 | 600 | | |
593 | 601 | | |
594 | 602 | | |
595 | 603 | | |
596 | 604 | | |
597 | 605 | | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
598 | 613 | | |
599 | 614 | | |
600 | 615 | | |
| |||
0 commit comments