[ADF-5324] - Expose a new adf-cli command to initialise acs-env (#6551)

* Expose a new adf-cli command to initialize acs-env

* Use latest js api

* consume the latest js-api

* Use the previous commander version
This commit is contained in:
Maurizio Vitale
2021-01-21 14:22:24 +00:00
committed by GitHub
parent 4e28d5344c
commit 5712b50d62
6 changed files with 217 additions and 23 deletions

View File

@@ -206,3 +206,37 @@ export const ACTIVITI_APPS: any = {
}
]
};
export const ACS_DEFAULT: any = {
files : [
{
name: 'share_profile_pic.png',
destination: '-my-',
action: 'UPLOAD'
},
{
name: 'share_profile_pic.jpg',
destination: '-my-',
action: 'UPLOAD'
},
{
name: 'lock.png',
destination: '-my-',
action: 'LOCK'
},
{
name: 'second_lock.png',
destination: '-my-',
action: 'LOCK'
},
{
name: 'share_file.jpg',
destination: '-my-',
action: 'SHARE'
},
{
name: 'favorite_file.jpg',
destination: '-my-',
action: 'FAVORITE'
}
]
};