Skip to content

Repository files navigation

miactl

Build Status Go Report Card GoDoc

miactl is the CLI for Mia-Platform Console. It will eventually implement most of the actions you can do via the UI.

To Start Using miactl

Read more in the official Mia-Platform documentation.

Please make sure to install a miactl version that supports the Mia-Platform Console you want to use.

You can help yourself with this table:

Mia-Platform Console version miactl version
v15.0.0 and above v0.25.1 and above
v14.1.0 and above v0.24.0
v14.0.0 and before v0.23.0

To Start Developing miactl

To start developing the CLI you must have this requirements:

  • golang 1.25+
  • make

Once you have pulled the code locally, you can build the code with make:

make build

make will download all the dependencies needed and will build the binary for your current system that you can find in the bin folder.

To build the docker image locally run:

make docker-build

Testing miactl

To run the tests use the command:

make test

Or add the DEBUG_TEST flag to run the test with debug mode enabled:

make test DEBUG_TEST=1

Before sending a PR be sure that all the linter pass with success:

make lint

About

Mia Platform Cli for Console

Resources

Code of conduct

Contributing

Stars

22 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages