Checklist
Description
When using auth0 acul init to generate a sample project for reference, the process-screen.sh contains deprecated commands that fail.
In process-screen.sh, line 103, see auth0 ul customize
AUTH0_OUTPUT=""
AUTH0_EXIT_CODE=0
set +e
AUTH0_OUTPUT=$(auth0 ul customize --rendering-mode advanced --prompt "$PROMPT_NAME" --screen "$SCREEN_NAME" --settings-file "$SETTINGS_FILE" 2>&1)
AUTH0_EXIT_CODE=$?
set -e
Expectation
Generated sample code contains non-deprecated examples.
Reproduction
Run auth0 acul init
Auth0 CLI version
auth0 version 1.31.0 4e67b73
Checklist
Description
When using
auth0 acul initto generate a sample project for reference, theprocess-screen.shcontains deprecated commands that fail.In
process-screen.sh, line 103, seeauth0 ul customizeExpectation
Generated sample code contains non-deprecated examples.
Reproduction
Run
auth0 acul initAuth0 CLI version
auth0 version 1.31.0 4e67b73