Skip to content

Commit

Permalink
Added repo get feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aisrael committed Apr 12, 2024
1 parent 97602a9 commit 8d7f3cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions features/repos.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Feature: Repository management features

Scenario: Fetch repository details as JSON

When I run `ghctl repo get gitsudo-io/ghctl`
Then the output should contain:
"""
"id": 647928865
"""
And the output should contain:
"""
"name": "ghctl",
"full_name": "gitsudo-io/ghctl",
"""

0 comments on commit 8d7f3cb

Please sign in to comment.