DOB Host CLI - User Guide

The DOB Host CLI is a powerful command-line interface that allows users to execute and manage tasks on the DevOps-Bot host server. This guide provides an overview of the CLI, its commands, and how to navigate its features effectively.

Overview of DOB Host CLI

The DOB Host CLI is a feature-rich tool designed for remote task execution and infrastructure management. It supports a variety of cloud providers, orchestration tools, and automation frameworks. Follow the guide below to get started.

Pre-requisites

Ensure DevOps-Bot is Installed:

Before using the CLI, ensure that the DevOps-Bot (DOB) is installed on your system. For detailed installation instructions, refer to the DevOps-Bot Installation Guide.

Basic Commands

After installing DevOps-Bot, you can check the version, available commands, and their options using the following commands:

Common Use Case: Managing AWS Resources

For managing AWS resources, use the following commands:

Outputs and Variables

You can view or export output variables from tasks using the `outputs` command:

Debugging and Help

Enable debug mode to view detailed error messages:

dob --debug

Get help for specific commands:

dob  --help

Notes