-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
299 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
id: cscli_bouncers_inspect | ||
title: cscli bouncers inspect | ||
--- | ||
## cscli bouncers inspect | ||
|
||
inspect a bouncer by name | ||
|
||
``` | ||
cscli bouncers inspect [bouncer_name] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
cscli bouncers inspect "bouncer1" | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for inspect | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--color string Output color: yes, no, auto (default "auto") | ||
-c, --config string path to crowdsec config file (default "/etc/crowdsec/config.yaml") | ||
--debug Set logging to debug | ||
--error Set logging to error | ||
--info Set logging to info | ||
-o, --output string Output format: human, json, raw | ||
--trace Set logging to trace | ||
--warning Set logging to warning | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cscli bouncers](/cscli/cscli_bouncers.md) - Manage bouncers [requires local API] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
id: cscli_machines_inspect | ||
title: cscli machines inspect | ||
--- | ||
## cscli machines inspect | ||
|
||
inspect a machine by name | ||
|
||
``` | ||
cscli machines inspect [machine_name] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
cscli machines inspect "machine1" | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for inspect | ||
-H, --hub show hub state | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--color string Output color: yes, no, auto (default "auto") | ||
-c, --config string path to crowdsec config file (default "/etc/crowdsec/config.yaml") | ||
--debug Set logging to debug | ||
--error Set logging to error | ||
--info Set logging to info | ||
-o, --output string Output format: human, json, raw | ||
--trace Set logging to trace | ||
--warning Set logging to warning | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cscli machines](/cscli/cscli_machines.md) - Manage local API machines [requires local API] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.