awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hetznercloud avatar

hetznercloud/cli

0
View on GitHub↗
1,720 stars·104 forks·Go·MIT·12 views

Cli

The project is a command-line interface for managing cloud infrastructure resources such as servers, networks, storage volumes, and load balancers. It translates terminal flags and positional arguments into signed HTTP requests targeting remote cloud endpoints, enabling users to provision, configure, and delete cloud infrastructure directly from the terminal without using a web browser interface.

The utility supports multi-account administration by storing user credentials, active profiles, and preferences locally in configuration files, allowing users to switch between different account environments. It also includes dynamic shell completion generation by inspecting the registered command tree, alongside structured output formatting that renders data in tabular and JSON formats based on response schemas.

Features

  • Hetzner Discoverers - Manages Hetzner cloud servers and networks directly from the terminal.
  • Cloud Resource CLI Tools - Provides a terminal interface for inspecting and managing cloud resources.
  • Command Line Interfaces - Implements a dedicated command-line interface for provisioning cloud resources.
  • Cloud Infrastructure Automation - Provisions, configures, and deletes cloud servers and infrastructure.
  • Cloud Infrastructure Management - Executes administrative actions on servers, networks, and storage volumes.
  • Cloud Account Administration - Supports multi-account administration and switching between environments.
  • Configuration Persistence - Persists user credentials and profile preferences in local configuration files.
  • Shell Completion - Generates dynamic auto-completion scripts by inspecting registered commands.
  • Shell Completion Generators - Produces shell-specific auto-completion scripts for command-line navigation.
  • Multi-Account Profiles - Manages multiple account profiles and credentials locally.
  • Table-Based Formatting - Renders command outputs in structured tabular and JSON formats.

Star history

Star history chart for hetznercloud/cliStar history chart for hetznercloud/cli

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does hetznercloud/cli do?

The project is a command-line interface for managing cloud infrastructure resources such as servers, networks, storage volumes, and load balancers. It translates terminal flags and positional arguments into signed HTTP requests targeting remote cloud endpoints, enabling users to provision, configure, and delete cloud infrastructure directly from the terminal without using a web browser interface.

What are the main features of hetznercloud/cli?

The main features of hetznercloud/cli are: Hetzner Discoverers, Cloud Resource CLI Tools, Command Line Interfaces, Cloud Infrastructure Automation, Cloud Infrastructure Management, Cloud Account Administration, Configuration Persistence, Shell Completion.

Which projects share features with hetznercloud/cli?

Projects with overlapping indexed features include: fastapi/typer — This project is a Python framework for building command-line interfaces by converting standard functions into… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… pulumi/pulumi — Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud… mislav/hub — Hub is a terminal-based GitHub API client and command-line wrapper that extends standard git version control with… ubicloud/ubicloud — Ubicloud is an open-source cloud infrastructure platform that provides a unified control plane for provisioning and… wallix/awless — Awless is a command-line interface and infrastructure orchestrator for managing, deploying, and inspecting AWS cloud…

Projects sharing features with Cli

These projects share indexed features with Cli. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • fastapi/typerfastapi avatar

    fastapi/typer

    19,632View on GitHub↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Pythoncliclickpython
    View on GitHub↗19,632
  • aws/aws-cdkaws avatar

    aws/aws-cdk

    12,817View on GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    View on GitHub↗12,817
  • pulumi/pulumipulumi avatar

    pulumi/pulumi

    24,797View on GitHub↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Goawsazurecloud
    View on GitHub↗24,797
  • mislav/hubmislav avatar

    mislav/hub

    22,948View on GitHub↗

    Hub is a terminal-based GitHub API client and command-line wrapper that extends standard git version control with remote project management functionality. It serves as an interface to programmatically execute GitHub operations and simplify the interaction between local repositories and remote resources. The tool provides specialized capabilities for synchronizing forks with upstream repositories and managing GitHub-specific assets including pull requests, issues, and releases. It also enables the creation of code gists and allows users to open specific repository files in a web browser direct

    Gogitgithub-apigo
    View on GitHub↗22,948
Compare all 30 related projects→

Curated searches featuring Cli

Hand-picked collections where Cli appears.
  • Terminal cheat sheet