Generated from the CLI argparse tree, logion 0.2.0.dev1.
How this works.
logion course-reviews
5 commands in this group.
logion course-reviews approvelogion course-reviews downloadlogion course-reviews getlogion course-reviews listlogion course-reviews reject
logion course-reviews approve
logion course-reviews approve [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] REVIEW_ID [--reviewer-notes REVIEWER_NOTES] [--acknowledge-capability-mismatches] [--yes]
| Option | Value | Default | Description |
|---|---|---|---|
--api-key |
string | — | |
--base-url |
string | — | |
--json |
flag | — | |
--timeout |
float | — | |
--max-retries |
int | — | |
--no-onboarding |
flag | — | Never run first-run onboarding for this invocation. |
REVIEW_ID |
string | — | |
--reviewer-notes |
string | — | |
--acknowledge-capability-mismatches |
flag | — | Acknowledge capability mismatches on the review |
--yes |
flag | — |
Calls
logion course-reviews download
logion course-reviews download [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] REVIEW_ID [--target TARGET]
| Option | Value | Default | Description |
|---|---|---|---|
--api-key |
string | — | |
--base-url |
string | — | |
--json |
flag | — | |
--timeout |
float | — | |
--max-retries |
int | — | |
--no-onboarding |
flag | — | Never run first-run onboarding for this invocation. |
REVIEW_ID |
string | — | |
--target |
string | — | Directory to write the bundle into (default: ./review-bundles/<review-id>/) |
Calls
logion course-reviews get
logion course-reviews get [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] REVIEW_ID
| Option | Value | Default | Description |
|---|---|---|---|
--api-key |
string | — | |
--base-url |
string | — | |
--json |
flag | — | |
--timeout |
float | — | |
--max-retries |
int | — | |
--no-onboarding |
flag | — | Never run first-run onboarding for this invocation. |
REVIEW_ID |
string | — |
Calls
logion course-reviews list
logion course-reviews list [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] [--limit LIMIT] [--cursor CURSOR]
| Option | Value | Default | Description |
|---|---|---|---|
--api-key |
string | — | |
--base-url |
string | — | |
--json |
flag | — | |
--timeout |
float | — | |
--max-retries |
int | — | |
--no-onboarding |
flag | — | Never run first-run onboarding for this invocation. |
--limit |
int | — | |
--cursor |
string | — |
Calls
logion course-reviews reject
logion course-reviews reject [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] REVIEW_ID --decision-reason DECISION_REASON --reviewer-notes REVIEWER_NOTES [--capability-reason-code CAPABILITY_REASON_CODE] [--yes]
| Option | Value | Default | Description |
|---|---|---|---|
--api-key |
string | — | |
--base-url |
string | — | |
--json |
flag | — | |
--timeout |
float | — | |
--max-retries |
int | — | |
--no-onboarding |
flag | — | Never run first-run onboarding for this invocation. |
REVIEW_ID |
string | — | |
--decision-reason |
string | — | |
--reviewer-notes |
string | — | |
--capability-reason-code |
string | — | Code from the review's capability mismatches |
--yes |
flag | — |
Calls