Skip to content
/ mctl Public
forked from metal-toolbox/mctl

CLI utility to interact with the services part of the metal-toolbox ecosystem.

License

Notifications You must be signed in to change notification settings

Alva8756/mctl

 
 

Repository files navigation

mctl

mctl is a CLI utility to interact with the metal-toolbox ecosystem of services.

Getting started

  1. Install the latest available version using go install github.com/metal-toolbox/mctl@latest.
  2. Create a configuration file as .mctl.yml, for sample configuration files checkout samples/mctl.yml.
  3. Export MCTLCONFIG=~/.mctl.yml.

Actions

For the updated list of all commands available, check out the CLI docs

  • Get component information on a server - mctl get component --server-id <>
  • List available firmware - mctl list firmware
  • List firmware sets - mctl list firmware-set
  • Retrieve information about a firmware - mctl get firmware --id <>
  • Install a firmware set on a server - mctl install firmware-set --server <>

About

CLI utility to interact with the services part of the metal-toolbox ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.4%
  • Makefile 2.6%