PackShip v2 is now available! 🚀 Learn more

CLI Version

You can check the current version of PackShip installed on your system using the version flag.

Checking PackShip Version

To check the version of PackShip, use the --version flag:

packship --version

If you haven't installed PackShip globally, you can use npx:

npx packship --version

Output

The command will display the current version of PackShip in the following format:

packship v1.0.0

Using the Shorthand Flag

You can also use the shorthand -V flag:

packship -V

Checking the version is useful when you need to verify which version of PackShip you're using, especially when troubleshooting issues or ensuring compatibility with specific features.