8 Commits

Author SHA1 Message Date
Denys Vuika
8f684a9f6a
[ACS-5987] improved security for shell scripts (#8889)
* improved security for node process functions

* improved security for node process functions

* remove unused file from demo shell

* restore regex

* fix regex

* update escaping

* lint fixes

* fix typo

* fix export

* fix exports

* fix lint

* fix lint
2023-09-27 05:52:33 -04:00
Denys Vuika
6f209726e9
[AAE-10472] Upgrade and deprecate libs (#7788)
* upgrade and deprecate libs

* upgrade flex layout

* cleanup tslint libs

* diable the test

* exclude flaky e2e
2022-08-26 16:56:51 +01:00
Denys Vuika
695c6cd8d6
[ACS-2197] changelog generation with ADF CLI (#7350)
* print app version instead of error

* initial diff implementation

* markdown rendering

* render md output

* html output

* configurable exclude filter

* provide docs
2021-11-05 08:24:53 +00:00
Denys Vuika
94e2e83e73
ADF CLI fixes (#5674)
* safety checks and better path eval

* do not execute command on help

* rewrite 'update-version' command
2020-05-06 11:18:38 +01:00
Eugenio Romano
4f0cebe98b
refactor cli and add new s3 (#5211) 2019-11-11 15:48:55 +01:00
Denys Vuika
e4426e61a0 Revert "allow "npm link" of the tool (#4974)"
This reverts commit e8f179e84d2134da9685225121ddcbbf224c4f59.
2019-08-07 16:00:38 +01:00
Denys Vuika
e8f179e84d allow "npm link" of the tool (#4974) 2019-08-07 12:05:29 +02:00
Maurizio Vitale
a6e18e6c1b [ADF-4733] Create an adf-cli dispatcher to run the docker-publish (#4914)
* Create an adf-cli dispatcher to run the docker-publish

* not needed

* fix typo comma

* Create the adf-cli dist folder that contains
-bin
-script
-package.json

Build the dist folder during the ADF CI/CI pipeline
2019-07-10 15:06:35 +01:00