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 / configure / add-model.rst
Size: Mime:
**Add a model**

The following command adds a service model from a file named ``service.json``::

  aws configure add-model --service-model file://service.json

Adding a model replaces existing commands for the service defined in the model. To leave existing commands as-is, specify a different service name to use for the new commands::

  aws configure add-model --service-model file://service.json --service-name service2