1LINODE(1) User Contributed Perl Documentation LINODE(1)
2
3
4
6 linode - command-line interface to the Linode platform
7
9 linode [--object object] [object-options...]
10
11 This is a wrapper utility to the suite of Linode command line tools.
12
13 Objects
14 The following command line tools are available, and can be called
15 directly or with linode object, e.g.: linode domain list. Each has its
16 own help documentation accessible with --help; for instance: linode -o
17 domain --help.
18
19 If no object is specified, -o linode is implied.
20
21 -o account, --object account account information
22 -o domain, --object domain domains and DNS records
23 -o linode, --object linode Linode instances
24 -o nodebalancer, --object nodebalancer NodeBalancer configs and nodes
25 -o stackscript, --object stackscript available StackScripts
26
28 Copyright 2015 Linode, LLC. Linode CLI is made available under the
29 terms of the Perl Artistic License, or GPLv2 at the recipients
30 discretion.
31
32 Perl Artistic License
33 Read it at <http://dev.perl.org/licenses/artistic.html>.
34
35 GNU General Public License (GPL) Version 2
36 This program is free software; you can redistribute it and/or modify it
37 under the terms of the GNU General Public License as published by the
38 Free Software Foundation; either version 2 of the License, or (at your
39 option) any later version.
40
41 This program is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
44 General Public License for more details.
45
46 You should have received a copy of the GNU General Public License along
47 with this program. If not, see http://www.gnu.org/licenses/
48
49 See the full license at <http://www.gnu.org/licenses/>.
50
51
52
53perl v5.28.1 2015-01-16 LINODE(1)