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 / devicefarm / create-project.rst
Size: Mime:
**To create a project**

The following command creates a new project named ``my-project``::

  aws devicefarm create-project --name my-project

Output::

  {
      "project": {
          "name": "myproject",
          "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:070fc3ca-7ec1-4741-9c1f-d3e044efc506",
          "created": 1503612890.057
      }
  }