shortcuts —
    Command-line utility for running shortcuts.
  
    | shortcuts run | shortcut-name-or-identifier
      [ --input-pathinput-path
      ...] [--output-pathoutput-path ...]
      [--output-typeoutput-type] | 
  
    | shortcuts list | [ --folder-namefolder-name-or-identifier]
      [--folders]
      [--show-identifiers] | 
  
    | shortcuts view | shortcut-name | 
  
    | shortcuts sign | [ --modemode]--inputinput--outputoutput | 
The shortcuts command is used to run,
    list, view or sign shortcuts. To create or edit a shortcut, use the
    Shortcuts application.
shortcut-name-or-identifier
  - [--input-pathinput-path
    ...]
- The input to provide to the shortcut. Can be dropped, or set to
      “-” for stdin.
- [--output-pathoutput-path
    ...]
- Where to write the shortcut output, if applicable. Can be omitted, or set
      to “-” for stdout.
- [--output-typeoutput-type]
- What type to output data in, in Uniform Type Identifier format. If not
      provided shortcutswill attempt to infer the
      output type from the output filename, or use the default type of the
      output content.
  - [--folder-namefolder-name-or-identifier]
- The folder name or identifier to list shortcuts in, or
      “none” to list shortcuts not in a
      folder.
- [--folders]
- List folders instead of shortcuts.
- [--show-identifiers]
- Show identifiers with each result.
  - [--modemode]
- The signing mode. Either
      “people-who-know-me” or
      “anyone”.Specifying
        “people-who-know-me” will sign
        locally, but only your devices, or people who have your contact info in
        their contacts, will be able to import the shortcut.
 Specifying “anyone” will
        notarize via iCloud, and allow anyone to import the shortcut.
 
- --inputinput
- The shortcut file to sign.
- --outputoutput
- Output path for the signed shortcut file.