sd promote

sd promote

Promote your model between environments.

Synopsis

Submit a promotion request for your model between environments. If there is an existing request for the same model, this command will update it.

sd promote [name] [flags]

Options

  -f, --from string               Current environment of the model.
      --git-token string          Git token of the target GitOps repository.
      --git-user string           Git user of the target GitOps repository.
  -h, --help                      help for promote
      --promotion-author string   Name of the author of the promotion request.
      --promotion-email string    Email of the author of the promotion request.
  -t, --to string                 Environment where we want to promote our model to.

Options inherited from parent commands

      --oidc-client string   OIDC client ID.
      --oidc-server string   OIDC server URL.
  -p, --password string      Seldon Deploy password.
  -s, --server string        Seldon Deploy server URL.
      --sso                  Use standard OIDC SSO authentication.
  -u, --user string          Seldon Deploy user.

SEE ALSO

  • sd - sd allows to control your machine learning resources in Seldon Deploy.
Auto generated by spf13/cobra on 19-Aug-2020
Last modified August 19, 2020: Update OIDC sectoin and re-gen docs (8c36659)