Code

65fba964db3654d418918315acbad2fbd18c1eb1
[libjunos.git] / doc / junosc.1.txt
1 JUNOSC(1)
2 =========
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 junosc - a JUNOScript client application
11 SYNOPSIS
12 --------
13 *junosc -H* '<hostname>' ['options'] '<command>'
15 DESCRIPTION
16 -----------
17 *junosc* is a client application to connect to routers running JUNOS software.
18 It may be used to issue JUNOScript commands and display the response to the
19 user.
21 OPTIONS
22 -------
23 *-H* '<host>'::
24         Specify the hostname to connect to. Unless disabled by the *-n* option,
25         the hostname will be used to lookup further connection options in the
26         netrc(5) file.
28 *-u* '<username>'::
29         Specify the username to connect with. Using this option will overwrite any
30         username specified the netrc(5) file.
32 *-p* '<password>'::
33         Specify the password to connect with. Using this option will overwrite any
34         password specified in the netrc(5) file.
36 *-n*::
37         If specified, no attempt will be made to lookup information in the
38         netrc(5) file.
40 *-h*::
41         Display a usage and help summary and exit.
43 *-V*::
44         Display the version number and copyright information.
46 EXIT CODES
47 ----------
48 *0*::
49         Success.
51 *1*::
52         Failure (syntax or usage error).
54 BUGS
55 ----
56 None known.
58 AUTHOR
59 ------
60 junosc was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
62 COPYRIGHT
63 ---------
64 Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
66 This is free software under the terms of the BSD license, see the source for
67 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
68 FITNESS FOR A PARTICULAR PURPOSE.
70 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :