Skip to content

0xch4z/linodectl

Repository files navigation

linodectl

linodectl edit demo

A command line interface to manage your Linode infrastructure.

Usage

❯ linodectl
linodectl manages Linode resources

Usage:
  linodectl [flags]
  linodectl [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  config      Manage configurations
  create      Create a Linode resource
  delete      Delete a resource
  edit        Edit a resource
  get         Get a resource
  help        Help about any command
  whoami      Introspect

Flags:
  -h, --help             help for linodectl
  -p, --profile string   The profile to use for communicating with the Linode API

Use "linodectl [command] --help" for more information about a command.

Installation

go install github.com/0xch4z/linodectl@latest

Nix

nix profile install github:0xch4z/linodectl

Or add to your flake inputs:

inputs.linodectl.url = "github:0xch4z/linodectl";

Then add inputs.linodectl.packages.${system}.default to home.packages.

See documentation here

About

[WIP] Think kubectl, but for Linode resources.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages