repositorypackage
1.15.2
Repository: https://github.com/brialius/jira2trello.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
jira2trello
Usage
Usage:
jira2trello [command]
Available Commands:
configure Ask configuration settings and save them to file
help Help about any command
report Report based on trello cards or jira query
sync Jira to Trello sync
update Update jira2trello
weekly-report Weekly report based on jira query
Flags:
--config string config file (default is $HOME/.jira2trello.yaml)
--debug write debug info to logs and files
-h, --help help for jira2trello
Use "jira2trello [command] --help" for more information about a command.
Screenshots
Sync command
Build
make goals
Goal | Description |
---|---|
build (default) | build binaries |
setup | download and install required dependencies |
test | run tests |
install | install binary to $GOPATH/bin |
lint | run linters |
clean | run go clean |
generate | run go generate ./... |
mod-refresh | run go mod tidy and go mod vendor |
ci | run all steps needed for CI |
version | show current git tag if any matched to v* exists |
release | set git tag and push to repo make release ver=v1.2.3 |