Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / glacier / wait / vault-exists.rst
Size: Mime:
**To pause until a vault exists***

The following ``wait vault-exists`` example pauses running and continues only after it confirms that the specified vault exists. ::

    aws glacier wait vault-exists \
        --account-id 111122223333 \
        --vault-name example_vault

This command produces no output.