|
21 | 21 | [](http://www.apache.org/licenses/LICENSE-2.0) |
22 | 22 | [](https://travis-ci.org/apache/incubator-openwhisk-cli) |
23 | 23 |
|
24 | | -# Disclaimer |
25 | | - |
26 | | -This project is currently on an experimental stage. We periodically synchronize |
27 | | -the source code and test cases of this repository with the [CLI |
28 | | -folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli) |
29 | | -and the [test |
30 | | -folder](https://github.com/apache/incubator-openwhisk/tree/master/tests) in |
31 | | -OpenWhisk. The framework of test cases is under construction for this |
32 | | -repository. Please contribute to the [CLI |
33 | | -folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli) |
34 | | -in OpenWhisk for any CLI changes, before we officially announce the separation |
35 | | -of OpenWhisk CLI from OpenWhisk. |
36 | | - |
37 | | -The OpenWhisk Command Line Interface (OpenWhisk CLI) is a unified tool that |
38 | | -provides a consistent interface to interact with OpenWhisk services. With this |
39 | | -tool to download and configure, you are able to manage OpenWhisk services from |
40 | | -the command line and automate them through scripts. |
41 | | - |
42 | 24 | # Where to download the binary of OpenWhisk CLI |
43 | 25 |
|
44 | 26 | The OpenWhisk CLI is available on the release page: [click here to |
@@ -189,3 +171,23 @@ Travis CI as the continuous delivery service for Linux and Mac. OpenWhisk CLI is |
189 | 171 | a Go project. Currently Travis CI supports the environments of Linux and Mac, |
190 | 172 | but it is not available for Windows. We will add support of AppVeyor CI in |
191 | 173 | future to run the test cases and build the binary for Windows. |
| 174 | + |
| 175 | +# Disclaimer |
| 176 | + |
| 177 | +Apache OpenWhisk Command Line Interface(CLI) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. |
| 178 | + |
| 179 | +This project is currently on an experimental stage. We periodically synchronize |
| 180 | +the source code and test cases of this repository with the [CLI |
| 181 | +folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli) |
| 182 | +and the [test |
| 183 | +folder](https://github.com/apache/incubator-openwhisk/tree/master/tests) in |
| 184 | +OpenWhisk. The framework of test cases is under construction for this |
| 185 | +repository. Please contribute to the [CLI |
| 186 | +folder](https://github.com/apache/incubator-openwhisk/tree/master/tools/cli/go-whisk-cli) |
| 187 | +in OpenWhisk for any CLI changes, before we officially announce the separation |
| 188 | +of OpenWhisk CLI from OpenWhisk. |
| 189 | + |
| 190 | +The OpenWhisk Command Line Interface (OpenWhisk CLI) is a unified tool that |
| 191 | +provides a consistent interface to interact with OpenWhisk services. With this |
| 192 | +tool to download and configure, you are able to manage OpenWhisk services from |
| 193 | +the command line and automate them through scripts. |
0 commit comments