Completed new latest CLI (#2426)

This commit is contained in:
Prakash Maheshwaran
2025-05-22 03:12:32 -04:00
committed by GitHub
parent 74cd8f7b45
commit 2216ce66d3
9 changed files with 260 additions and 46 deletions

View File

@@ -102,7 +102,13 @@ This quickstart guide will walk you through getting Skyvern up and running on yo
skyvern run ui
```
5. **Run task**
5. **Check component status**
```bash
skyvern status
```
6. **Run task**
Run a skyvern task locally:
```python