Eugenio Romano 9838d1e5d8
[ADF-4524] Checkbox widget is not displayed on a form on APS1 when having some visibility conditions on it (#4838)
* fix visibbility conditions form

* fix visibbility conditions form
2019-06-11 19:44:29 +01:00

34 lines
478 B
Markdown

# Alfresco ADF Cli
## The Goal of ADF CLI
The ADF CLI manages, builds , doc and test your ADF Application projects.
## Installation
To get started follow these instructions:
``
npm install @alfresco/adf-cli -g
``
### License Check
Move in the folder where you have your package.json and run the command:
```bash
npm install
adf-license
```
### Audit Check
Move in the folder where you have your package.json and run the command:
```bash
npm install
adf-audit
```