[DRC-2270] Add list-orgs and list-projects discovery commands to recce-cloud CLI #1018
+812
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist
What type of PR is this?
Feature enhancement
What this PR does / why we need it:
Users currently have no CLI-based way to discover their organization and project names for configuring
recce-cloudcommands. This addslist-orgsandlist-projectscommands for discovery.Changes:
API Client (
recce_cloud/api/client.py):list_organizations()- fetches orgs user has access tolist_projects(org_id)- fetches projects in an orgCLI Commands (
recce_cloud/cli.py):list-orgscommand with--jsonflag for table/JSON outputlist-projects --org <name>command with--jsonflagTests:
Usage:
Which issue(s) this PR fixes:
Fixes DRC-2270
Special notes for your reviewer:
Local imports (
json,Table) intentionally kept within functions to maintain lightweight CLI design consistent with existing patterns.Does this PR introduce a user-facing change?:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.