Skip to content

Commit 54ad968

Browse files
committed
README.md
1 parent e1a55f6 commit 54ad968

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1+
# AppDynamics Commandline Tool (ADC)
12

3+
## Installation
4+
5+
To use the latest release of ADC just download the raw version of [adc.sh](https://github.com/Appdynamics/adc/blob/master/adc.sh)
6+
7+
Afterwards run `adc.sh self-setup` to provide your controller host and credentials.
8+
9+
## Usage
10+
11+
`adc.sh` integrates different commands to interact with your AppDynamics controller. Call `adc.sh help` to get a full list. A simple work flow example is listing, exporting and deleting a dashboard:
12+
13+
```
14+
adc dashboard list
15+
adc dashboard export 13
16+
adc dashboard delete 13
17+
```
18+
19+
20+
## Build
21+
22+
If you want to build your own version of `adc.sh` clone this repository and use `build.sh` to merge all shell scripts into a single file

0 commit comments

Comments
 (0)