1LINODE-ACCOUNT(1) User Contributed Perl Documentation LINODE-ACCOUNT(1)
2
3
4
6 linode-account - command-line interface for Linode account information
7
9 linode-account [-a action] [action-options...] [options...]
10
11 -a show, --action show show info about this Linode account
12 --api-key=KEY your user's API key
13 -h, --help display this help and exit
14 -j, --json return output in JSON format
15 -u, --username=USER username for Linode CLI config file
16
18 -a, --action
19 Read-only operations for Linode account information: show.
20
21 --api-key
22 API key to use when communicating with the Linode API. The API
23 key can also be set using an environment variable
24 (LINODE_API_KEY). Alternatively, you can specify the API key in
25 a .linodecli file in the working user's home directory, using
26 the format `api-key foobar`.
27
28 -u, --username:
29 Optional. Allows users to specify the username, if using with
30 multiple accounts and configuration files.
31
32 -j, --json:
33 Optional. JSON output.
34
35 -h, --help
36 Displays help documentation.
37
39 SHOW
40 Shows information about this Linode account.
41
43 Copyright 2015 Linode, LLC. Linode CLI is made available under the
44 terms of the Perl Artistic License, or GPLv2 at the recipients
45 discretion.
46
47 Perl Artistic License
48 Read it at <http://dev.perl.org/licenses/artistic.html>.
49
50 GNU General Public License (GPL) Version 2
51 This program is free software; you can redistribute it and/or modify it
52 under the terms of the GNU General Public License as published by the
53 Free Software Foundation; either version 2 of the License, or (at your
54 option) any later version.
55
56 This program is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
59 General Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this program. If not, see http://www.gnu.org/licenses/
63
64 See the full license at <http://www.gnu.org/licenses/>.
65
66
67
68perl v5.28.1 2015-01-16 LINODE-ACCOUNT(1)