Anka Click Scripts feed
Update anka create automation scripts without upgrading the Anka CLI
Starting in Anka 3.7.0, Anka Click Scripts used during anka create download from a remote feed. You can get new scripts and macOS support without installing a new Anka package.
Feeds
| Feed | URL |
|---|---|
| Production (default) | https://downloads.veertu.com/click-scripts/v1/feed.json |
| Edge (pre-release) | https://downloads.veertu.com/edge-click-scripts/v1/feed.json |
Switch feeds:
❯ anka config feed_url https://downloads.veertu.com/edge-click-scripts/v1/feed.json
Use only scripts bundled with your installed Anka version:
❯ anka config feed_url ""
Troubleshooting
If creation fails after a feed update, clear cached scripts and retry:
rm -f ~/.anka/tools/*
anka create ...