File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,12 +128,14 @@ python -m src.specify_cli init --here --ai claude --ignore-agent-tools --script
128128
129129Or copy only the modified CLI portion if you want a lighter sandbox.
130130
131- ## 9. Debug Network / TLS Skips
131+ ## 9. Debug Network / TLS Issues
132132
133133> ** Deprecated:** The ` --skip-tls ` flag is a no-op and has no effect.
134- > Previously it was used to bypass TLS validation during local testing.
135- > If you encounter TLS errors on a corporate network, configure your
134+ > It was previously used to bypass TLS validation during local testing.
135+ > If you encounter TLS errors (e.g., on a corporate network) , configure your
136136> environment's certificate store or proxy instead.
137+ >
138+ > For example, set ` SSL_CERT_FILE ` or configure ` HTTPS_PROXY ` / ` HTTP_PROXY ` .
137139
138140## 10. Rapid Edit Loop Summary
139141
You can’t perform that action at this time.
0 commit comments