| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A command-line interface tool for validating MoreThanCertified lesson tasks locally.
Currently, the mtc-cli is only supported on macOS and Linux (including linux via Windows Subsystem for Linux).
curl -s https://app.morethancertified.com/install.sh | shgo install github.com/morethancertified/mtc-cliSubmit a lesson for validation:
mtc submit <lesson-token>To reset your progress for a lesson:
mtc submit <lesson-token> -rExample:
mtc submit cm4ppz694200blze51ts1234The project uses several development tools and commands:
This project uses just to manage commands. Please install it to use the commands below.
Reference to justfile commands:
The CLI uses Viper for configuration management. By default, it creates a config file at:
You can override the config location using the --config flag.
The project uses GoReleaser for building and distributing releases. Configuration can be found in:
MIT License - See LICENSE file for details.
Key dependencies include:
For a complete list of dependencies, see: go.mod
| Back | FazBrowse Home | New Git URL |