Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat(deployment): adds command for updating deployment #190

Merged
merged 1 commit into from
Jul 17, 2023

Commits on Jul 17, 2023

  1. feat(deployment): adds command to update deployments

    This commit introduces update deployment command that enables users
    to conveniently update existing deployments by providing deployment
    name or regex that can update multiple deployments
    
    Usage: python -m rio deployment update [OPTIONS]
                                              [DEPLOYMENT_NAME_OR_REGEX]
    
      Updates one more deployments
    
    Options:
      -f, --force, --silent  Skip confirmation
      -a, --update-all       Updates all deployments
      -w, --workers INTEGER  number of parallel workers while running update
                             deployment command. defaults to 10.
      --help                 Show this message and exit.
    RomilShah authored and pallabpain committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4528e59 View commit details
    Browse the repository at this point in the history