docs/content/en/reference/cli/README.md
# Command line
The command line is the main way to use `azk`. It's from the terminal that we can start the `agent`, start instances of systems and even create an `Azkfile.js` file. Listed below are all supported commands in `azk`:
- [azk agent](agent.md)
- [azk config](config.md)
- [azk deploy](deploy.md)
- [azk docker](docker.md)
- [azk doctor](doctor.md)
- [azk help](help.md)
- [azk info](info.md)
- [azk init](init.md)
- [azk logs](logs.md)
- [azk open](open.md)
- [azk restart](restart.md)
- [azk scale](scale.md)
- [azk shell](shell.md)
- [azk start](start.md)
- [azk status](status.md)
- [azk stop](stop.md)
- [azk version](version.md)
- [azk vm](vm.md)