Skip to main content

Hexagon

Make your team's knowledge truly accessible, truly shared, and truly empowering by creating your own CLI

Hexagon CLI Demo
cli:name: My CLIcommand: mctools:- name: web type: web

Simple Configuration

Define your CLI using simple YAML files. No complex coding required - just describe your tools, environments, and actions.

>_ .py.js.sh

Multiple Tool Types

Create various tool types including web links, shell commands, and custom functions. Organize tools into logical groups for better usability.

ENVDEVSTGPROD$ hexagon -e prod> Using PROD env> Ready...

Environment Support

Configure different environments (dev, qa, prod) with environment-specific settings for each tool. Switch between environments with a simple flag.