Call for Proposals

The gpp cfp command group manages call for proposals creation, updates, retrieval, deletion, and restoration.

Use it to interact with calls for proposals in the GPP database.

gpp cfp

 gpp cfp Usage: gpp cfp [OPTIONS] COMMAND [ARGS]... Manage call for proposals. ╭─ Options ────────────────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Commands ───────────────────────────────────────────────────────────────────╮ list   Get all calls for proposals.                                        get    Get call for proposals by ID.                                       delete Delete a call for proposals by ID.                                  restoreRestore a call for proposals by ID.                                 create Create a call for proposals.                                        update Update a call for proposals by ID.                                  schema Display the JSON Schema for the input properties.                   ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp list

 gpp cfp list Usage: gpp cfp list [OPTIONS] Get all calls for proposals. ╭─ Options ────────────────────────────────────────────────────────────────────╮ --limitINTEGERMax number of results. --include-deleted--no-include-deletedInclude deleted        entries.               [default:              no-include-deleted]    --helpShow this message and  exit.                  ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp get

 gpp cfp get Usage: gpp cfp get [OPTIONS] CALL_FOR_PROPOSAL_ID Get call for proposals by ID. ╭─ Arguments ──────────────────────────────────────────────────────────────────╮ *call_for_proposal_idTEXTCall for proposals ID.[required] ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ --include-deleted--no-include-deletedInclude deleted entries.      [default: no-include-deleted] --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp delete

 gpp cfp delete Usage: gpp cfp delete [OPTIONS] CALL_FOR_PROPOSAL_ID Delete a call for proposals by ID. ╭─ Arguments ──────────────────────────────────────────────────────────────────╮ *call_for_proposal_idTEXTCall for proposals ID.[required] ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp restore

 gpp cfp restore Usage: gpp cfp restore [OPTIONS] CALL_FOR_PROPOSAL_ID Restore a call for proposals by ID. ╭─ Arguments ──────────────────────────────────────────────────────────────────╮ *call_for_proposal_idTEXTCall for proposals ID.[required] ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp create

 gpp cfp create Usage: gpp cfp create [OPTIONS] Create a call for proposals. ╭─ Options ────────────────────────────────────────────────────────────────────╮ *--from-jsonPATHJSON file with the properties definition. [required]                                --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp update

 gpp cfp update Usage: gpp cfp update [OPTIONS] CALL_FOR_PROPOSALS_ID Update a call for proposals by ID. ╭─ Arguments ──────────────────────────────────────────────────────────────────╮ *call_for_proposals_idTEXTCall for proposals ID to update. [required]                       ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ *--from-jsonPATHJSON file with the properties definition. [required]                                --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯

gpp cfp schema

 gpp cfp schema Usage: gpp cfp schema [OPTIONS] Display the JSON Schema for the input properties. Use this when crafting or validating the JSON files passed with --from-json to the `create` or `update` commands. ╭─ Options ────────────────────────────────────────────────────────────────────╮ --indentINTEGERIndentation level for pretty       printing.                          [default: 2]                       --sort-keys--no-sort-keysSort object keys alphabetically. [default: no-sort-keys]          --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯