edge app publish
Publish the currently built application image, adding an application version in Edge and also a version tag.
$ edge app publish [application_id]
edge app publish
will do the following:
- Prompt for the type of Edge application (Hosted Native App, Native App, Kubernetes App)
- Push the app image to the Enthought Quay repository
- Create an Application Version record in Edge
Requirements
- Developer license for Edge
- Developer role assigned in your organization
Notes
- Initially the application only appears for developers in the Workbench, and will only appear to regular users after the organization admin has approved it.
- Without proper license/role, publishing will fail with permission errors
application_id
The application id to add
Options
--kind TEXT
: Application kind to publish version as--verbose / --no-verbose
: Enable verbose output for debugging