Global Installation
You can install the DBdocks CLI globally on your machine using npm. This allows you to rundbdock commands from anywhere.
Usage with npx
Alternatively, you can usenpx to run DBdocks without installing it globally. This ensures you are always using the latest version.
System Requirements
- Node.js: Version 18 or higher.
- PostgreSQL: Version 12 or higher.
- OS: macOS, Linux, or Windows.
Troubleshooting Installation
If you encounter issues during installation, ensure your Node.js version is up to date.sudo (on macOS/Linux) or run your command prompt as Administrator (on Windows).
