Skip to content

Releases: InstaPods/sdk

InstaPods CLI v1.1.0

14 Mar 18:46

Choose a tag to compare

InstaPods CLI v1.1.0

Install: curl -fsSL https://instapods.com/install.sh | sh

Update: instapods update

InstaPods CLI v1.0.1

04 Mar 15:01

Choose a tag to compare

InstaPods CLI v1.0.1

What's New

Symlink handling in file sync

  • deploy and files sync now skip symlinks silently instead of crashing. Fixes the "is a directory" error when syncing projects with symlinks (e.g. Laravel's public/storage).

Automatic .gitignore support

  • deploy and files sync now read your project's .gitignore and exclude matched files automatically. No more syncing vendor/, public/hot, *.log, or other dev-only files.
  • Use --no-gitignore to opt out.

exec --workdir flag

  • New -w / --workdir flag sets the working directory for commands, so you don't need cd workarounds 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

03 Mar 15:44

Choose a tag to compare

InstaPods CLI v1.0.0

Install: curl -fsSL https://instapods.com/install.sh | sh

Update: instapods update