-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
If I write a bluesky plan I may wish to write client code against its JSON schema, a simple tool to view said schema would be useful. Right now I would have to:
- Have a blueapi server that loaded the plan into its context
- Curl
<server>/plans/<plan name>
and dig the schema out of the response body
Just being able to run a simple command like blueapi plan schema my_file.py::my_plan
would be helpful
Acceptance Criteria
- TBD
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers