1
|
# hammer-cli-csv
|
2
|
================
|
3
|
|
4
|
Foretello data convenience utility: Import and export CSV data
|
5
|
|
6
|
Required
|
7
|
|
8
|
1. [hammer-cli](https://github.com/theforeman/hammer-cli)
|
9
|
2. [hammer-cli-foreman](https://github.com/theforeman/hammer-cli-foreman)
|
10
|
3. [hammer-cli-katello](https://github.com/Katello/hammer-cli-katello)
|
11
|
4. [foreman_api](https://github.com/theforeman/foreman_api)
|
12
|
5. [katello_api](https://github.com/Katello/katello_api)
|
13
|
|
14
|
Add hammer modules to *cli_config.yml*
|
15
|
```
|
16
|
:modules:
|
17
|
- hammer_cli_foreman
|
18
|
- hammer_cli_katello
|
19
|
- hammer_cli_csv
|
20
|
```
|