github.com/rafflecopter/deis@v1.12.2/client/README.md (about)

     1  # Deis Client
     2  
     3  `deis` is a command line utility used to interact with the [Deis](http://deis.io) open source PaaS.
     4  
     5  Please add any [issues](https://github.com/deis/deis/issues) you find with this software to
     6  the [Deis Project](https://github.com/deis/deis).
     7  
     8  ## Installation
     9  
    10  Currently the only way to use the go version of the `deis` client is to build it yourself.
    11  To build the `deis` client, you need to have [go](https://golang.org/), [Godep](https://github.com/tools/godep),
    12   and [make](https://www.gnu.org/software/make/) installed. Then run `make build`.
    13  
    14  ## Usage
    15  
    16  Running `deis help` will give you a up to date list of `deis` commands.
    17  To learn more about a command run `deis help <command>`.
    18  
    19  ## Windows Support
    20  
    21  `deis` has experimental support for Windows. To build deis for Windows, you need to install
    22  [go](https://golang.org/) and [Godep](https://github.com/tools/godep). Then run the `make.bat` script.
    23  
    24  ## License
    25  
    26  Copyright 2015, Engine Yard, Inc.
    27  
    28  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
    29  
    30  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.