Filters
Add tags
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:
View your account:
linode-cli account view
View your account settings:
linode-cli account settings
Make a payment:
linode-cli account payment-create --cvv 123 --usd 20.00
View notifications:
linode-cli account notifications-list
This page was originally published on