adobe / aio-cli-plugin-app

Create, Build and Deploy Cloud Native Applications
Apache License 2.0
19 stars 35 forks source link

App run for headless apps is not showing action urls without -v flag #435

Open moritzraho opened 3 years ago

moritzraho commented 3 years ago
> aio app run
   create .vscode/launch.json
press CTRL+C to terminate dev environment
> aio app run  -v
ℹ using remote actions
ℹ building actions..
ℹ watching action files at /Users/mraho/work/junk-apps/adobeio-samples-barcode-generator/actions...
ℹ redeploying actions..
ℹ Info: Deploying package [my-barcode-app-0.0.1]...
ℹ Info: package [my-barcode-app-0.0.1] has been successfully deployed.

ℹ Info: Deploying action [my-barcode-app-0.0.1/barcode]...
ℹ Info: action [my-barcode-app-0.0.1/barcode] has been successfully deployed.

ℹ Success: Deployment completed successfully.
ℹ   -> https://development-918-moritze2etestcli-stage.adobeioruntime.net/api/v1/web/my-barcode-app-0.0.1/barcode
ℹ setting up vscode debug configuration files...
⠙    create .vscode/launch.json
ℹ press CTRL+C to terminate dev environment

app run should be outputting the same as app run -v

Prove me wrong 😄

aiojbot commented 2 years ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1475