Skip to content

v0.13.2

Compare
Choose a tag to compare
@daniel-hutao daniel-hutao released this 27 Apr 13:24
· 2 commits to main since this release
a9a96c3

What's Changed

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")