File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -128,16 +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
133- If you need to bypass TLS validation while experimenting:
134-
135- ``` bash
136- specify check --skip-tls
137- specify init demo --skip-tls --ai gemini --ignore-agent-tools --script ps
138- ```
139-
140- (Use only for local experimentation.)
133+ > ** Deprecated:** The ` --skip-tls ` flag is a no-op and has no effect.
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
136+ > environment's certificate store or proxy instead.
137+ >
138+ > For example, set ` SSL_CERT_FILE ` or configure ` HTTPS_PROXY ` / ` HTTP_PROXY ` .
141139
142140## 10. Rapid Edit Loop Summary
143141
@@ -166,7 +164,7 @@ rm -rf .venv dist build *.egg-info
166164| Scripts not executable (Linux) | Re-run init or ` chmod +x scripts/*.sh ` |
167165| Git step skipped | You passed ` --no-git ` or Git not installed |
168166| Wrong script type downloaded | Pass ` --script sh ` or ` --script ps ` explicitly |
169- | TLS errors on corporate network | Try ` --skip-tls ` (not for production) |
167+ | TLS errors on corporate network | Configure your environment's certificate store or proxy. The ` --skip-tls ` flag is deprecated and has no effect. |
170168
171169## 13. Next Steps
172170
You can’t perform that action at this time.
0 commit comments