Skip to content

Commit

Permalink
Merge pull request #57 from Green-Software-Foundation/add-csv-docs
Browse files Browse the repository at this point in the history
add page on csv export
  • Loading branch information
narekhovhannisyan authored Mar 15, 2024
2 parents 6051213 + de670cf commit e0a6148
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Here is an example of `--output` being used to define a path:
ie --manifest examples/manifests/my-manifest.yml --output examples/outputs/my-outdata.yml
```

### CSV export identifiers

If you want to save data to CSV, you have to select a specific metric to export. You do this by adding a hashtag and the metric name after the savepath provided to the output command. For example, you could save the `carbon` data to a CSV file called `demo.csv` as follows:


```sh
ie --manifest demo.yml --output demo#carbon
```


## `--override-params`

Expand Down
Loading

0 comments on commit e0a6148

Please sign in to comment.