diff --git a/docs/references/command/index.md b/docs/references/command/index.md new file mode 100644 index 0000000..205b2ea --- /dev/null +++ b/docs/references/command/index.md @@ -0,0 +1,7 @@ +## Command Line Tool + +`haferml.command` module contains the command toolkits. To find all the commands, use `haferml --help`. + +### Creating Config File Templates + +To create a config file template for your project, use the command `haferml config path/to/your/config/file.json`. For more information, run the command `haferml config --help`. diff --git a/mkdocs.yml b/mkdocs.yml index aeada57..b323e82 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -118,6 +118,8 @@ nav: - "Utils": # - "Utils": references/utils/index.md - "utils.sugar": references/utils/sugar.md + - "Commandline": + - "Commandline Tool": references/command/index.md - "Lab": - "Lab": references/lab/index.md - "Changelog": changelog.md