@eve-horizon/cli 0.2.18 → 0.2.20
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 +1 -0
- package/dist/index.js +954 -40
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ eve org update org_xxx --name "New Name"
|
|
|
111
111
|
### Projects
|
|
112
112
|
|
|
113
113
|
```bash
|
|
114
|
+
eve project ensure --name my-project --slug MyProj
|
|
114
115
|
eve project ensure --name my-project --slug MyProj --repo-url https://github.com/org/repo
|
|
115
116
|
eve project list
|
|
116
117
|
eve project get proj_xxx
|