|
| 1 | +<!-- Generated from the live cobra command tree by 'make cli-docs'. Do not edit by hand. --> |
| 2 | + |
| 3 | +# julius CLI reference |
| 4 | + |
| 5 | +Every command, alias and flag below is derived from the cobra command tree, not from prose. |
| 6 | +Schema version 1, surface hash `sha256:0b90ec6c9ac2f198300eb2bb9b760049de4257ac3240da746f689915930e3299`. |
| 7 | + |
| 8 | +Regenerate with `make cli-docs` after adding, removing or renaming a command or a flag. |
| 9 | + |
| 10 | +## Command index |
| 11 | + |
| 12 | +| Command | Aliases | Description | |
| 13 | +| --- | --- | --- | |
| 14 | +| [`julius`](#julius) | *(none)* | Julius - LLM Service Fingerprinting Tool | |
| 15 | +| [`julius list`](#julius-list) | *(none)* | List all available probe definitions | |
| 16 | +| [`julius probe`](#julius-probe) | *(none)* | Probe targets to identify LLM services | |
| 17 | +| [`julius validate`](#julius-validate) | *(none)* | Validate probe definition files | |
| 18 | + |
| 19 | +## `julius` |
| 20 | + |
| 21 | +Julius - LLM Service Fingerprinting Tool |
| 22 | + |
| 23 | +- Usage: `julius` |
| 24 | +- Aliases: *(none)* |
| 25 | +- Requires a subcommand |
| 26 | + |
| 27 | +### Flags |
| 28 | + |
| 29 | +| Flag | Short | Type | Default | Description | |
| 30 | +| --- | --- | --- | --- | --- | |
| 31 | +| `--banner` | | bool | `true` | Show ASCII banner | |
| 32 | +| `--ca-cert` | | string | | Path to custom CA certificate file | |
| 33 | +| `--concurrency` | `-c` | int | `10` | Maximum concurrent probe requests per target | |
| 34 | +| `--insecure` | | bool | `false` | Skip TLS certificate verification | |
| 35 | +| `--max-response-size` | | int64 | `10485760` | Maximum response body size in bytes (default 10MB) | |
| 36 | +| `--no-color` | | bool | `false` | Disable color output | |
| 37 | +| `--output` | `-o` | string | `table` | Output format (table, json, jsonl) | |
| 38 | +| `--probes-dir` | `-p` | string | | Override probe definitions directory | |
| 39 | +| `--quiet` | `-q` | bool | `false` | Suppress non-match output | |
| 40 | +| `--timeout` | `-t` | int | `5` | HTTP timeout in seconds | |
| 41 | +| `--verbose` | `-v` | bool | `false` | Verbose output | |
| 42 | + |
| 43 | +## `julius list` |
| 44 | + |
| 45 | +List all available probe definitions |
| 46 | + |
| 47 | +- Usage: `julius list` |
| 48 | +- Aliases: *(none)* |
| 49 | + |
| 50 | +### Inherited flags |
| 51 | + |
| 52 | +| Flag | Short | Type | Default | Description | |
| 53 | +| --- | --- | --- | --- | --- | |
| 54 | +| `--banner` | | bool | `true` | Show ASCII banner | |
| 55 | +| `--ca-cert` | | string | | Path to custom CA certificate file | |
| 56 | +| `--concurrency` | `-c` | int | `10` | Maximum concurrent probe requests per target | |
| 57 | +| `--insecure` | | bool | `false` | Skip TLS certificate verification | |
| 58 | +| `--max-response-size` | | int64 | `10485760` | Maximum response body size in bytes (default 10MB) | |
| 59 | +| `--no-color` | | bool | `false` | Disable color output | |
| 60 | +| `--output` | `-o` | string | `table` | Output format (table, json, jsonl) | |
| 61 | +| `--probes-dir` | `-p` | string | | Override probe definitions directory | |
| 62 | +| `--quiet` | `-q` | bool | `false` | Suppress non-match output | |
| 63 | +| `--timeout` | `-t` | int | `5` | HTTP timeout in seconds | |
| 64 | +| `--verbose` | `-v` | bool | `false` | Verbose output | |
| 65 | + |
| 66 | +## `julius probe` |
| 67 | + |
| 68 | +Probe targets to identify LLM services |
| 69 | + |
| 70 | +- Usage: `julius probe [targets...]` |
| 71 | +- Aliases: *(none)* |
| 72 | + |
| 73 | +### Flags |
| 74 | + |
| 75 | +| Flag | Short | Type | Default | Description | |
| 76 | +| --- | --- | --- | --- | --- | |
| 77 | +| `--augustus` | | bool | `false` | Include Augustus generator configs in output | |
| 78 | +| `--base-paths` | | string | | Comma-separated path prefixes to prepend to probe paths (e.g., /api,/proxy) | |
| 79 | +| `--file` | `-f` | string | | Read targets from file | |
| 80 | +| `--header` | `-H` | stringArray | `[]` | Custom HTTP header (e.g., "Authorization: Bearer token"). Can be specified multiple times | |
| 81 | + |
| 82 | +### Inherited flags |
| 83 | + |
| 84 | +| Flag | Short | Type | Default | Description | |
| 85 | +| --- | --- | --- | --- | --- | |
| 86 | +| `--banner` | | bool | `true` | Show ASCII banner | |
| 87 | +| `--ca-cert` | | string | | Path to custom CA certificate file | |
| 88 | +| `--concurrency` | `-c` | int | `10` | Maximum concurrent probe requests per target | |
| 89 | +| `--insecure` | | bool | `false` | Skip TLS certificate verification | |
| 90 | +| `--max-response-size` | | int64 | `10485760` | Maximum response body size in bytes (default 10MB) | |
| 91 | +| `--no-color` | | bool | `false` | Disable color output | |
| 92 | +| `--output` | `-o` | string | `table` | Output format (table, json, jsonl) | |
| 93 | +| `--probes-dir` | `-p` | string | | Override probe definitions directory | |
| 94 | +| `--quiet` | `-q` | bool | `false` | Suppress non-match output | |
| 95 | +| `--timeout` | `-t` | int | `5` | HTTP timeout in seconds | |
| 96 | +| `--verbose` | `-v` | bool | `false` | Verbose output | |
| 97 | + |
| 98 | +## `julius validate` |
| 99 | + |
| 100 | +Validate probe definition files |
| 101 | + |
| 102 | +- Usage: `julius validate [directory]` |
| 103 | +- Aliases: *(none)* |
| 104 | + |
| 105 | +### Inherited flags |
| 106 | + |
| 107 | +| Flag | Short | Type | Default | Description | |
| 108 | +| --- | --- | --- | --- | --- | |
| 109 | +| `--banner` | | bool | `true` | Show ASCII banner | |
| 110 | +| `--ca-cert` | | string | | Path to custom CA certificate file | |
| 111 | +| `--concurrency` | `-c` | int | `10` | Maximum concurrent probe requests per target | |
| 112 | +| `--insecure` | | bool | `false` | Skip TLS certificate verification | |
| 113 | +| `--max-response-size` | | int64 | `10485760` | Maximum response body size in bytes (default 10MB) | |
| 114 | +| `--no-color` | | bool | `false` | Disable color output | |
| 115 | +| `--output` | `-o` | string | `table` | Output format (table, json, jsonl) | |
| 116 | +| `--probes-dir` | `-p` | string | | Override probe definitions directory | |
| 117 | +| `--quiet` | `-q` | bool | `false` | Suppress non-match output | |
| 118 | +| `--timeout` | `-t` | int | `5` | HTTP timeout in seconds | |
| 119 | +| `--verbose` | `-v` | bool | `false` | Verbose output | |
0 commit comments