We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0849dd commit 25ca3eaCopy full SHA for 25ca3ea
bin/cli.ts
@@ -41,6 +41,7 @@ cli
41
.example('tlsx secure example.com --output /etc/ssl')
42
.example('tlsx secure example.com -d "api.example.com,*.example.com"')
43
.example('tlsx secure -d "example.com,api.example.com"')
44
+ .example('tlsx secure stacks.localhost -d "stacks2.local,stacks3.localhost,stacks4.test"')
45
.action(async (domain?: string, options?: CliOptions) => {
46
const cliOptions = options || {}
47
0 commit comments