Skip to content

Commit 176ce0d

Browse files
authored
fix CID-CMD help (#1197)
1 parent 19bee41 commit 176ce0d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

CID-CMD.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
Cloud Intelligence Dashboards provides a python tool for installation and upgrade of Dashboards. This tool can also export dashboards to deployable artifacts including QuickSight Dashboards, Athena Views, Glue Tables etc.
44

5-
We recommend cid-cmd tool via [AWS CloudShell](https://console.aws.amazon.com/cloudshell/home), but you can use it from any terminal where you typically run aws commands.
6-
7-
CID is also provided in a form of CloudFormation templates. See detailed instructions in the [Well Architected Labs](https://catalog.workshops.aws/awscid/en-US/dashboards/foundational/cudos-cid-kpi/deploy) site.
5+
CID is also provided in a form of CloudFormation templates. See detailed instructions in the [Well Architected Workshop](https://catalog.workshops.aws/awscid/en-US/dashboards/foundational/cudos-cid-kpi/deploy) site.
86

97

108
## Before you start
@@ -22,14 +20,7 @@ CID is also provided in a form of CloudFormation templates. See detailed instruc
2220

2321
1. Launch [AWS CloudShell](https://console.aws.amazon.com/cloudshell/home) or your local shell
2422

25-
Automation requires Python 3
26-
27-
2. Make sure you have the latest pip package installed
28-
```bash
29-
python3 -m ensurepip --upgrade
30-
```
31-
32-
4. Install CID Python automation PyPI package
23+
2. Install Python package cid-cmd
3324
```bash
3425
pip3 install --upgrade cid-cmd
3526
```

0 commit comments

Comments
 (0)