@openwhale/openwhale-linux-x64 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @openwhale/openwhale-linux-x64
2
+
3
+ Platform binary package for the OpenWhale user CLI.
4
+
5
+ - Platform: linux
6
+ - CPU: x64
7
+ - Installed binary path: `bin/openwhale`
package/bin/openwhale ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@openwhale/openwhale-linux-x64",
3
+ "version": "0.1.1",
4
+ "description": "OpenWhale CLI binary for linux x64",
5
+ "license": "Apache-2.0",
6
+ "os": [
7
+ "linux"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "files": [
13
+ "bin/openwhale",
14
+ "README.md",
15
+ "package.json"
16
+ ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }