You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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