Expand description

Helpers for making AdminRequests to the admin API.

This module is designed for use in a CLI so it is more simplified than calling the CmdRunner directly. For simple calls like AdminRequest::ListDnas this is probably easier but if you want more control use CmdRunner::command.

Structs§

  • Calls AdminRequest::AddAdminInterfaces and adds another admin interface.
  • Calls AdminRequest::AttachAppInterface and adds another app interface.
  • Calls AdminRequest::DisableApp and disables the installed app.
  • Calls AdminRequest::DumpState and dumps the current cell’s state.
  • Calls AdminRequest::EnableApp and activates the installed app.
  • Calls AdminRequest::InstallApp and installs a new app.
  • Calls AdminRequest::RequestAgentInfo and pretty prints the agent info on this conductor.
  • Calls AdminRequest::ListApps and pretty prints the list of apps installed in this conductor.
  • Calls AdminRequest::RegisterDna and registers a DNA. You can only use a path or a hash, not both.
  • Calls AdminRequest::UninstallApp and uninstalls the specified app.

Enums§

Functions§