Skip to content

Commit 9b409a3

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
feat: updated README with gif
1 parent ef4a841 commit 9b409a3

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,6 @@
3333

3434
**Stop copy-pasting Dockerfiles from Stack Overflow.** Syncable CLI is an AI-powered assistant that understands your codebase and generates production-ready infrastructure — Dockerfiles, Kubernetes manifests, Terraform configs, and CI/CD pipelines — tailored specifically to your project.
3535

36-
```bash
37-
$ sync-ctl chat
38-
🤖 Syncable Agent powered by Claude
39-
40-
You: Create a production Dockerfile for this project
41-
42-
Agent: I've analyzed your Express.js + TypeScript project. Here's an optimized
43-
multi-stage Dockerfile with:
44-
✓ Non-root user for security
45-
✓ Layer caching for faster builds
46-
✓ Health checks configured
47-
✓ Production dependencies only
48-
49-
[Creates Dockerfile with VS Code diff view]
50-
51-
You: Now add Redis caching and create a docker-compose
52-
53-
Agent: I'll add Redis to your stack and create a compose file...
54-
```
55-
5636
<p align="center">
5737
<img src="syncable-cli-demo.gif" alt="Syncable CLI Demo" width="800" />
5838
</p>

0 commit comments

Comments
 (0)