Access to Petstore orders

Usage:
  petstore-cli store [command]

Available Commands:
  delete-order    Delete purchase order by identifier.
  get-inventory   Returns pet inventories by status.
  get-order-by-id Find purchase order by ID.
  place-order     Place an order for a pet.

Flags:
  -h, --help   help for store

Global Flags:
      --config string      Config file path
      --dry-run            Show request without sending
      --json               Output as JSON
      --no-cache           Bypass response cache
      --no-color           Disable colored output
      --plain              Output as plain tab-separated text
      --quiet              Bare output, one value per line
      --select string      Comma-separated fields to include in output (e.g. --select id,name,status)
      --timeout duration   Request timeout (default 30s)
      --yes                Skip confirmation prompts (for agents and scripts)

Use "petstore-cli store [command] --help" for more information about a command.
