Project

General

Profile

Download (552 Bytes) Statistics
| Branch: | Tag: | Revision:

hammer-cli-csv / README.md @ 991240c0

1 991240c0 Tom McKay
# hammer-cli-csv
2
================
3 ab134b85 Tom McKay
4 991240c0 Tom McKay
Foretello data convenience utility: Import and export CSV data
5 ab134b85 Tom McKay
6 991240c0 Tom McKay
Required
7 ab134b85 Tom McKay
8 991240c0 Tom McKay
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
```