Skip to main content
Version: 2.28.1

edge app check

Check the application's Docker image

$ edge app check [application_id]

edge app check will do the following:

  • Launch the application locally
  • Verify it can be communicated with
  • Shut it down automatically

Notes

  • Useful for confirming the app runs correctly before publishing

application_id

The application id to add

Options

  • --verbose / --no-verbose: Enable verbose output for debugging