Extract APIs from source code using our Docker based CLI
How to use
docker run -it --rm -v "$(pwd)":/usr/source_code \
aktosecurity/akto-puppeteer-replay:doom_latest cli extract \
--IS_DOCKER="true"Results
Last updated
docker run -it --rm -v "$(pwd)":/usr/source_code \
aktosecurity/akto-puppeteer-replay:doom_latest cli extract \
--IS_DOCKER="true"Last updated
docker run -it --rm -v "$(pwd)":/usr/source_code \
aktosecurity/akto-puppeteer-replay:doom_latest cli extract \
--IS_DOCKER="true" \
--AKTO_SYNC="true" \
--AKTO_DASHBOARD_URL="AKTO_DASHBOARD_URL" \
--AKTO_API_KEY="AKTO_API_KEY" \
--API_COLLECTION_NAME="juice_shop_demo"docker run -it --rm -v "$(pwd)":/usr/source_code \
aktosecurity/akto-puppeteer-replay:doom_latest cli extract \
--IS_DOCKER="true" \
--AKTO_SYNC="true" \
--AKTO_DASHBOARD_URL="AKTO_DASHBOARD_URL" \
--AKTO_API_KEY="AKTO_API_KEY" \
--API_COLLECTION_NAME="juice_shop_demo" \
--GITHUB_REPOSITORY="akto-api-security/juice-shop" \
--GITHUB_BRANCH="master"