Deploy Capability

Deploy a capability into the ecosystem. This should deploy all of the SABRs in the capability or attach to currently running SABRs in the defined capabiility.

Activities Diagram

Actors

Extends Use Cases

Detail Scenarios

Scenario Deploy Capability Release

Deploy Capability Release allows a capability to be deployed into the ecosystem, which can include several SABRs in the ecosystem across a set of heterogeneous resources.

Scenario DeployCapabilityRelease

Steps

  1. capability create –name myCapability1 –file ./templates/capability.js
  2. aml cm capability build –name myCapability1
  3. aml cm capability deploy –capability myCapability1

Actors