You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, it has become necessary to lock dependencies versions to obtain a
130
+
It is necessary to lock dependencies versions to obtain a
129
131
clean build of wsk. To that end, it's now necessary to populate the `vendors`
130
132
folder using the versions selected in the `vendor/vendor.json`:
131
133
@@ -141,8 +143,8 @@ $ go build -o wsk
141
143
```
142
144
143
145
If you would like to build the binary for a specific operating system, you may
144
-
add the arguments GOOS and GOARCH into the Go build command. GOOS can
145
-
be set to "linux" "darwin" or "windows".
146
+
add the arguments `GOOS` and `GOARCH` into the Go build command. `GOOS` can
147
+
be set to `linux`, `darwin`, or `windows`.
146
148
147
149
For example, run the following command to build the binary for Linux:
148
150
@@ -163,33 +165,16 @@ command help, execute the following command:
163
165
$ wsk --help
164
166
```
165
167
166
-
To get CLI command debug information, include the -d, or --debug flag when
168
+
To get CLI command debug information, include the `-d`, or `--debug` flag when
167
169
executing this command.
168
170
169
171
# Continuous Integration
170
172
171
-
In order to build OpenWhisk CLI binaries with good quality, OpenWhisk CLI uses
172
-
Travis CI as the continuous delivery service for Linux and Mac. OpenWhisk CLI is
173
-
a Go project. Currently Travis CI supports the environments of Linux and Mac,
173
+
Travis CI is used as a continuous delivery service for Linux and Mac.
174
+
Currently Travis CI supports the environments of Linux and Mac,
174
175
but it is not available for Windows. We will add support of AppVeyor CI in
175
-
future to run the test cases and build the binary for Windows.
176
+
future to run test cases and build the binary for Windows.
176
177
177
178
# Disclaimer
178
179
179
-
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.
180
-
181
-
This project is currently on an experimental stage. We periodically synchronize
182
-
the source code and test cases of this repository with the [CLI
in OpenWhisk for any CLI changes, before we officially announce the separation
190
-
of OpenWhisk CLI from OpenWhisk.
191
-
192
-
The OpenWhisk Command Line Interface (OpenWhisk CLI) is a unified tool that
193
-
provides a consistent interface to interact with OpenWhisk services. With this
194
-
tool to download and configure, you are able to manage OpenWhisk services from
195
-
the command line and automate them through scripts.
180
+
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.
0 commit comments