Skip to content

tariffs

List all tariffs and contracts associated with your account.

Usage

bash
spusu tariffs [options]

Options

OptionDescription
--jsonOutput as JSON

Example

bash
spusu tariffs

# spusu XL
# ────────────────────────────────────────
# Phone: +43699XXXXXXXX
# Type: MOBILE
# Owner: Max Mustermann
# Status: ACTIVE
# Ported: 2024-01-15

JSON Output

bash
spusu tariffs --json
json
[
  {
    "tariffName": "spusu XL",
    "phoneNumber": "+43699XXXXXXXX",
    "contractType": "MOBILE",
    "firstname": "Max",
    "lastname": "Mustermann",
    "status": "ACTIVE",
    "portingDateTime": "2024-01-15T00:00:00"
  }
]

Fields

FieldDescription
tariffNameName of the tariff (e.g., spusu S, M, L, XL)
phoneNumberAssociated phone number
contractTypeType of contract (MOBILE)
firstname/lastnameContract owner name
statusContract status (ACTIVE, etc.)
portingDateTimeWhen number was ported (if applicable)

Requires Authentication

You must be logged in to use this command.

Released under the MIT License. Not affiliated with spusu.