Metadata-Version: 2.1
Name: devopipe
Version: 0.0.4
Summary: 
Author: Daniel Rodrigues
Author-email: daniel.neves.rodrigues@devoteam.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# `devopipe`

**Usage**:

```console
$ devopipe [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

**Commands**:

* `goodbye`
* `hello`

## `devopipe goodbye`

**Usage**:

```console
$ devopipe goodbye [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `devopipe hello`

**Usage**:

```console
$ devopipe hello [OPTIONS] NAME IQ
```

**Arguments**:

* `NAME`: [required]
* `IQ`: [required]

**Options**:

* `--display-iq / --no-display-iq`: [default: display-iq]
* `--age INTEGER`
* `--help`: Show this message and exit.

