gpp cfpUsage: 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 listUsage: 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 getUsage: gpp cfp get [OPTIONS] CALL_FOR_PROPOSAL_IDGet 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 deleteUsage: gpp cfp delete [OPTIONS] CALL_FOR_PROPOSAL_IDDelete a call for proposals by ID.╭─ Arguments ──────────────────────────────────────────────────────────────────╮│*call_for_proposal_idTEXTCall for proposals ID.[required]│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Options ────────────────────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp cfp restoreUsage: gpp cfp restore [OPTIONS] CALL_FOR_PROPOSAL_IDRestore a call for proposals by ID.╭─ Arguments ──────────────────────────────────────────────────────────────────╮│*call_for_proposal_idTEXTCall for proposals ID.[required]│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Options ────────────────────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp cfp createUsage: 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 updateUsage: gpp cfp update [OPTIONS] CALL_FOR_PROPOSALS_IDUpdate 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 schemaUsage: 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.│╰──────────────────────────────────────────────────────────────────────────────╯