You are viewing documentation of Keptn that is currently under development and subject to change.

keptn onboard service

keptn onboard service

Onboards a new service and its Helm chart to a project

Synopsis

Onboards a new service and its Helm chart to the provided project. Therefore, this command takes a folder to a Helm chart or an already packed Helm chart as .tgz.

keptn onboard service SERVICENAME --project=PROJECTNAME --chart=FILEPATH [flags]

Examples

keptn onboard service SERVICENAME --project=PROJECTNAME --chart=FILEPATH
keptn onboard service SERVICENAME --project=PROJECTNAME --chart=HELM_CHART.tgz

Options

      --chart string                 A path to a Helm chart folder or an already archived Helm chart
      --deployment-strategy string   Allows to define a deployment strategy that overrides the shipyard definition for this service
  -h, --help                         help for service
  -p, --project string               The name of the project

Options inherited from parent commands

      --mock                 mocking of server communication - ATTENTION: your commands will not be sent to the keptn server
  -q, --quiet                suppress debug and info output
      --suppress-websocket   disables websocket communication - use the ID of Keptn context (if provided) for checking the result of your command
  -v, --verbose              verbose logging

SEE ALSO

Auto generated by spf13/cobra on 29-Apr-2020