The Buddy CLI tool, known as bdy, helps you control your development pipelines directly from your computer. You no longer need to switch between your web browser and your local work environment. This application connects to your Buddy account and lets you trigger builds, check status updates, and manage project artifacts in one place. Developers use this to save time and track the health of their software projects without leaving their terminal.
To use this software on your Windows computer, you need two items installed:
You can check if you have Node.js installed by opening your Command Prompt and typing node -v. If the screen shows a number like 24.0.0 or higher, you are ready to begin. If you do not have it, visit the official Node.js website to download the installer for Windows. Run the installer and restart your computer to finish the setup.
You must visit the project page to access the files required for your system.
Visit the repository to download
Follow these steps to set up the software on your Windows machine:
npm i -g bdyThe computer will download the necessary files and place them in your system folders. Wait for the process to finish. When the prompt appears again, the software is installed.
Check that the software works by typing this command into your terminal:
bdy --version
If the installation finished correctly, the terminal will display the version number of the software. If you see an error message, restart your terminal and try to type the command again.
To use the tool, you must connect it to your Buddy account. Type this command to begin the login process:
bdy login
A web browser window will open automatically. Follow the prompts on the screen to grant the tool permission to access your Buddy account. Once you finish this, return to your terminal.
Use these commands to manage your work:
bdy pipelines: Shows a list of all your active pipelines.bdy status: Checks the current status of your latest project builds.bdy help: Lists every command you can use with this tool.If you make a mistake, you can always type bdy --help to see the full list of instructions.
If your computer says it cannot find the bdy command:
If you encounter issues during the login process:
Software developers release updates to improve performance and fix issues. You can update your installation at any time by running this command in your terminal:
npm install -g bdy@latest
This command fetches the most recent version of the software and replaces your current files automatically.
You can find further details about how this tool works by visiting the official documentation website. The guides cover advanced setup for different operating systems and detailed explanations of every feature available within the tool.
For more information, visit the Buddy CLI documentation page.