edge app register
Register an application in the Edge CLI
$ edge app register [application_id]
edge app register
will do the following:
- Must be run from the parent directory of the application (one level above the app’s root).
- Ensures the application’s path is recorded in
~/.edge/cli_apps.yaml
for global access.
application_id
The application id to add
Options
--verbose / --no-verbose
: Enable verbose output for debugging