edge app shell
Start up the application's virtual environment (shell)
$ edge app shell [application_id]
edge app shell
will do the following:
- Activate the application’s EDM environment
- Allow you to manually interact with dependencies and run commands inside it
Requirements
- Developer license for Edge
- Developer role assigned in your organization
Notes
- Helpful for debugging and testing within the same environment as your app
application_id
The application id to add
Options
--verbose / --no-verbose
: Enable verbose output for debugging