mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -31,6 +31,9 @@ Schema:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"host": string,
|
"host": string,
|
||||||
|
"host_list": [
|
||||||
|
string
|
||||||
|
],
|
||||||
"addkeystoagent": string,
|
"addkeystoagent": string,
|
||||||
"addressfamily": string,
|
"addressfamily": string,
|
||||||
"batchmode": string,
|
"batchmode": string,
|
||||||
@ -369,6 +372,9 @@ Examples:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"host": "server1",
|
"host": "server1",
|
||||||
|
"host_list": [
|
||||||
|
"server1"
|
||||||
|
],
|
||||||
"hostname": "server1.cyberciti.biz",
|
"hostname": "server1.cyberciti.biz",
|
||||||
"user": "nixcraft",
|
"user": "nixcraft",
|
||||||
"port": 4242,
|
"port": 4242,
|
||||||
@ -378,6 +384,9 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "nas01",
|
"host": "nas01",
|
||||||
|
"host_list": [
|
||||||
|
"nas01"
|
||||||
|
],
|
||||||
"hostname": "192.168.1.100",
|
"hostname": "192.168.1.100",
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"identityfile": [
|
"identityfile": [
|
||||||
@ -386,6 +395,9 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "aws.apache",
|
"host": "aws.apache",
|
||||||
|
"host_list": [
|
||||||
|
"aws.apache"
|
||||||
|
],
|
||||||
"hostname": "1.2.3.4",
|
"hostname": "1.2.3.4",
|
||||||
"user": "wwwdata",
|
"user": "wwwdata",
|
||||||
"identityfile": [
|
"identityfile": [
|
||||||
@ -394,12 +406,19 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "uk.gw.lan uk.lan",
|
"host": "uk.gw.lan uk.lan",
|
||||||
|
"host_list": [
|
||||||
|
"uk.gw.lan",
|
||||||
|
"uk.lan"
|
||||||
|
],
|
||||||
"hostname": "192.168.0.251",
|
"hostname": "192.168.0.251",
|
||||||
"user": "nixcraft",
|
"user": "nixcraft",
|
||||||
"proxycommand": "ssh nixcraft@gateway.uk.cyberciti.biz nc %h %p 2> /dev/null"
|
"proxycommand": "ssh nixcraft@gateway.uk.cyberciti.biz nc %h %p 2> /dev/null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "proxyus",
|
"host": "proxyus",
|
||||||
|
"host_list": [
|
||||||
|
"proxyus"
|
||||||
|
],
|
||||||
"hostname": "vps1.cyberciti.biz",
|
"hostname": "vps1.cyberciti.biz",
|
||||||
"user": "breakfree",
|
"user": "breakfree",
|
||||||
"identityfile": [
|
"identityfile": [
|
||||||
@ -411,6 +430,9 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "*",
|
"host": "*",
|
||||||
|
"host_list": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
"forwardagent": "no",
|
"forwardagent": "no",
|
||||||
"forwardx11": "no",
|
"forwardx11": "no",
|
||||||
"forwardx11trusted": "yes",
|
"forwardx11trusted": "yes",
|
||||||
@ -426,6 +448,9 @@ Examples:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"host": "server1",
|
"host": "server1",
|
||||||
|
"host_list": [
|
||||||
|
"server1"
|
||||||
|
],
|
||||||
"hostname": "server1.cyberciti.biz",
|
"hostname": "server1.cyberciti.biz",
|
||||||
"user": "nixcraft",
|
"user": "nixcraft",
|
||||||
"port": "4242",
|
"port": "4242",
|
||||||
@ -435,6 +460,9 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "nas01",
|
"host": "nas01",
|
||||||
|
"host_list": [
|
||||||
|
"nas01"
|
||||||
|
],
|
||||||
"hostname": "192.168.1.100",
|
"hostname": "192.168.1.100",
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"identityfile": [
|
"identityfile": [
|
||||||
@ -443,6 +471,9 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "aws.apache",
|
"host": "aws.apache",
|
||||||
|
"host_list": [
|
||||||
|
"aws.apache"
|
||||||
|
],
|
||||||
"hostname": "1.2.3.4",
|
"hostname": "1.2.3.4",
|
||||||
"user": "wwwdata",
|
"user": "wwwdata",
|
||||||
"identityfile": [
|
"identityfile": [
|
||||||
@ -451,12 +482,19 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "uk.gw.lan uk.lan",
|
"host": "uk.gw.lan uk.lan",
|
||||||
|
"host_list": [
|
||||||
|
"uk.gw.lan",
|
||||||
|
"uk.lan"
|
||||||
|
],
|
||||||
"hostname": "192.168.0.251",
|
"hostname": "192.168.0.251",
|
||||||
"user": "nixcraft",
|
"user": "nixcraft",
|
||||||
"proxycommand": "ssh nixcraft@gateway.uk.cyberciti.biz nc %h %p 2> /dev/null"
|
"proxycommand": "ssh nixcraft@gateway.uk.cyberciti.biz nc %h %p 2> /dev/null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "proxyus",
|
"host": "proxyus",
|
||||||
|
"host_list": [
|
||||||
|
"proxyus"
|
||||||
|
],
|
||||||
"hostname": "vps1.cyberciti.biz",
|
"hostname": "vps1.cyberciti.biz",
|
||||||
"user": "breakfree",
|
"user": "breakfree",
|
||||||
"identityfile": [
|
"identityfile": [
|
||||||
@ -468,6 +506,9 @@ Examples:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "*",
|
"host": "*",
|
||||||
|
"host_list": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
"forwardagent": "no",
|
"forwardagent": "no",
|
||||||
"forwardx11": "no",
|
"forwardx11": "no",
|
||||||
"forwardx11trusted": "yes",
|
"forwardx11trusted": "yes",
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2023-01-27 1.23.0 "JSON Convert"
|
.TH jc 1 2023-01-31 1.23.0 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user