Guides - Account

Updated , by Linode

The Linode CLI is a wrapper around the Linode API that allows you to manage your Linode account from the command line. Virtually any task that can be done through the Linode Manager can be done through the CLI, making it an excellent tool for scripting.

View or update your account information, add payment methods, view notifications, make payments, create OAuth clients, and do other related tasks through the account action:

  1. View your account:

    linode-cli account view
    
  2. View your account settings:

    linode-cli account settings
    
  3. Make a payment:

    linode-cli account payment-create --cvv 123 --usd 20.00
    
  4. View notifications:

    linode-cli account notifications-list
    

This page was originally published on