Releases: InstaPods/sdk
Releases · InstaPods/sdk
InstaPods CLI v1.1.0
InstaPods CLI v1.1.0
Install: curl -fsSL https://instapods.com/install.sh | sh
Update: instapods update
InstaPods CLI v1.0.1
InstaPods CLI v1.0.1
What's New
Symlink handling in file sync
deployandfiles syncnow skip symlinks silently instead of crashing. Fixes the "is a directory" error when syncing projects with symlinks (e.g. Laravel'spublic/storage).
Automatic .gitignore support
deployandfiles syncnow read your project's.gitignoreand exclude matched files automatically. No more syncingvendor/,public/hot,*.log, or other dev-only files.- Use
--no-gitignoreto opt out.
exec --workdir flag
- New
-w/--workdirflag sets the working directory for commands, so you don't needcdworkarounds that silently fail. - Example:
instapods exec myapp -w /home/instapod/app -- php artisan migrate
Install: curl -fsSL https://instapods.com/install.sh | sh
Update: instapods update
InstaPods CLI v1.0.0
InstaPods CLI v1.0.0
Install: curl -fsSL https://instapods.com/install.sh | sh
Update: instapods update