gpp pnoteUsage: gpp pnote [OPTIONS] COMMAND [ARGS]...Manage program notes.╭─ Options ────────────────────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Commands ───────────────────────────────────────────────────────────────────╮│list Get all program notes. ││get Get program note by ID. ││delete Delete a program note by ID. ││restoreRestore a program note by ID. ││create Create a new program note. ││update Update a program note by ID. ││schema Display the JSON Schema for the input properties. │╰──────────────────────────────────────────────────────────────────────────────╯
gpp pnote listUsage: gpp pnote list [OPTIONS]Get all program notes.╭─ Options ────────────────────────────────────────────────────────────────────╮│--limitINTEGERMax number of results.││--include-deleted--no-include-deletedInclude deleted ││entries. ││[default: ││no-include-deleted] ││--helpShow this message and ││exit. │╰──────────────────────────────────────────────────────────────────────────────╯
gpp pnote deleteUsage: gpp pnote delete [OPTIONS] PROGRAM_NOTE_IDDelete a program note by ID.╭─ Arguments ──────────────────────────────────────────────────────────────────╮│*program_note_idTEXTProgram note ID.[required]│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Options ────────────────────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp pnote restoreUsage: gpp pnote restore [OPTIONS] PROGRAM_NOTE_IDRestore a program note by ID.╭─ Arguments ──────────────────────────────────────────────────────────────────╮│*program_note_idTEXTProgram note ID.[required]│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Options ────────────────────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp pnote createUsage: gpp pnote create [OPTIONS]Create a new program note.Exactly one of --program-id, --proposal-reference, or --program-referencemust be provided to identify the program. Supplying more than one (or none)will result in an error.╭─ Options ────────────────────────────────────────────────────────────────────╮│*--from-jsonPATHJSON file with the properties ││definition. ││[required] ││--program-idTEXTProgram ID (supply exactly one ││identifier). ││--proposal-referenceTEXTProposal reference label (supply ││exactly one identifier). ││--program-referenceTEXTProgram label reference (supply exactly││one identifier). ││--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp pnote updateUsage: gpp pnote update [OPTIONS] PROGRAM_NOTE_IDUpdate a program note by ID.╭─ Arguments ──────────────────────────────────────────────────────────────────╮│*program_note_idTEXTProgram note ID to update.[required]│╰──────────────────────────────────────────────────────────────────────────────╯╭─ Options ────────────────────────────────────────────────────────────────────╮│*--from-jsonPATHJSON file with the properties definition.││[required] ││--helpShow this message and exit.│╰──────────────────────────────────────────────────────────────────────────────╯
gpp pnote schemaUsage: gpp pnote 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.│╰──────────────────────────────────────────────────────────────────────────────╯