You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const usage = "\\ncar <command>\\n\\nCommands:\\n list List car records\\n find-first Find first matching car record\\n get Get a car by ID\\n create Create a new car\\n update Update an existing car\\n delete Delete a car\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
709
+
const usage = "\\ncar <command>\\n\\nCommands:\\n list List car records\\n find-first Find first matching car record\\n get Get a car by ID\\n create Create a new car\\n update Update an existing car\\n delete Delete a car\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
const usage = "\\ndriver <command>\\n\\nCommands:\\n list List driver records\\n find-first Find first matching driver record\\n get Get a driver by ID\\n create Create a new driver\\n update Update an existing driver\\n delete Delete a driver\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
1169
+
const usage = "\\ndriver <command>\\n\\nCommands:\\n list List driver records\\n find-first Find first matching driver record\\n get Get a driver by ID\\n create Create a new driver\\n update Update an existing driver\\n delete Delete a driver\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
const usage = "\\nuser <command>\\n\\nCommands:\\n list List user records\\n find-first Find first matching user record\\n get Get a user by ID\\n create Create a new user\\n update Update an existing user\\n delete Delete a user\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
3200
+
const usage = "\\nuser <command>\\n\\nCommands:\\n list List user records\\n find-first Find first matching user record\\n get Get a user by ID\\n create Create a new user\\n update Update an existing user\\n delete Delete a user\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
const usage = "\\nmember <command>\\n\\nCommands:\\n list List member records\\n find-first Find first matching member record\\n get Get a member by ID\\n create Create a new member\\n update Update an existing member\\n delete Delete a member\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
3428
+
const usage = "\\nmember <command>\\n\\nCommands:\\n list List member records\\n find-first Find first matching member record\\n get Get a member by ID\\n create Create a new member\\n update Update an existing member\\n delete Delete a member\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
const usage = "\\ncar <command>\\n\\nCommands:\\n list List car records\\n find-first Find first matching car record\\n get Get a car by ID\\n create Create a new car\\n update Update an existing car\\n delete Delete a car\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --fields <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
3643
+
const usage = "\\ncar <command>\\n\\nCommands:\\n list List car records\\n find-first Find first matching car record\\n get Get a car by ID\\n create Create a new car\\n update Update an existing car\\n delete Delete a car\\n\\nList Options:\\n --limit <n> Max number of records to return (forward pagination)\\n --last <n> Number of records from the end (backward pagination)\\n --after <cursor> Cursor for forward pagination\\n --before <cursor> Cursor for backward pagination\\n --offset <n> Number of records to skip\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.name.equalTo foo)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n --orderBy <values> Comma-separated ordering values (e.g. NAME_ASC,CREATED_AT_DESC)\\n\\nFind-First Options:\\n --select <fields> Comma-separated list of fields to return\\n --where.<field>.<op> Filter (dot-notation, e.g. --where.status.equalTo active)\\n --condition.<f>.<op> Condition filter (dot-notation)\\n\\n --help, -h Show this help message\\n";
0 commit comments