v0.13.2
What's Changed
- Fix The CI Error With Wrong Golang Version by @daniel-hutao in #1497
- Feat: Add
dtm commit -m
Command Implementation by @daniel-hutao in #1499
Full Changelog: v0.13.1...v0.13.2
Help
$ ./dtm help
dtm is a tool to manage variaties of development platforms.
Usage:
dtm [command]
Available Commands:
commit commit is used to execute git commit operations
completion Generate the autocompletion script for the specified shell
github github is used to execute github operations
help Help about any command
patch apply a diff file to an original
scaffold scaffold is used to generate folder and file structure
Flags:
--config string config file (default is $HOME/.devstream.yaml)
--debug debug level log
-h, --help help for dtm
-o, --output string Output format. One of: json|yaml|raw (default "raw")
-t, --toggle Help message for toggle
Use "dtm [command] --help" for more information about a command.
New Command
$ ./dtm commit -h
commit is used to execute git commit operations
e.g.
1. dtm commit -m "commit message"
Usage:
dtm commit [flags]
Flags:
-h, --help help for commit
-m, --message string commit message
Global Flags:
--config string config file (default is $HOME/.devstream.yaml)
--debug debug level log
-o, --output string Output format. One of: json|yaml|raw (default "raw")