@port-experimental/port-cli
v0.1.1-test
Published
A modular command-line interface for Port that enables data import/export, organization migration, and API operations
Downloads
87
Readme
Port CLI (npm package)
This is the npm package distribution of Port CLI. For the full documentation, see the main repository.
Installation
# Global installation
npm install -g @port-experimental/port-cli
# Or use with npx (no installation needed)
npx @port-experimental/port-cli --version
# Or install locally in your project
npm install @port-experimental/port-cliUsage
After installation, use the port command:
port --version
port config --init
port export --output backup.tar.gzVerifying Installation
To verify that Port CLI is installed correctly:
# Check if the command is available
which port
# Check the version
port --version
# Test with help command
port --helpIf installation was successful, you should see output from the port command. If you get a "command not found" error, make sure:
- The npm global bin directory is in your PATH
- You installed with
-gflag for global installation - You've restarted your terminal after installation
To check where npm installs global packages:
npm root -gPlatform Support
This package includes binaries for:
- Linux (amd64, arm64)
- macOS (amd64, arm64)
- Windows (amd64, arm64)
The correct binary for your platform will be automatically selected during installation.
