ADORSYS-GIS / ADORSYS-GIS/release-script

User Story 0: Setup python project as a command line tool

Aberta
#2 0 comentários 0 reações 1 responsável Reivindicada por @stephane-segning Ver no GitHub
user-story
Linguagem predominante
Python
Estrelas
0
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

# Setup python cli

## Definition
As a Developer, I want to:
- use the Python program as a CLI (command line interface) tool
- document the CLI so well, that I won't need a WIKI

so that I can:
- easily use the script without documentation
- export the project, in the form of a single CLI tool

## Example
- For managing the release:
```shell
python ./app.py release create v1.0.0 --include-snapshot=no
```
- For managing a commit:
```shell
python ./app.py commit -m '(): message' -b '' --sign=no
```
- For initializing the local git repository:
```shell
python ./app.py init --enforce-signing=no --gitflow-branches=main,develop,prod
```

## Tickets
- #40

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.