Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Iakov Gan committed Aug 13, 2022
1 parent 83468ef commit b8827ac
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions docs/cid-cmd.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
# CID-CMD - Cloud Intellegence Dashboards - CoMmanD line tool
CID-CMD is tool for managing QuickSight Dasboards. Also it manage Dashboard's dependancies, like Datasets, DataSources and Athena Views.

Syntax:
```bash
cid-cmd [tool parameters] [command] [command parameters]
```



## Commands

### deploy

### update

### delete

### map

### share

### export


## Tool Parameters
#### verbose
Generate a verbose log.
ex:
```bash
cid-cmd -vv deploy
```
See `cid.log` in the current folder

#### yes
Allways answer yes to yes/no questions

## Command Parameters

Expand Down Expand Up @@ -63,18 +92,3 @@ CID resources file (yaml)
Share dashboard with all users in the current account.
values: ['yes/no']



## Commands

### deploy

### update

### delete

### map

### share

### export

0 comments on commit b8827ac

Please sign in to comment.