Merge pull request #1148 from Cweiping/fix/fix_vela_svc_ls_error

fix vela svc ls error
This commit is contained in:
Jianbo Sun
2021-03-07 16:02:19 +08:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
Once your web services of the application deployed, you can access it locally via `port-forward`.
```bash
$ vela svc ls
$ vela ls
NAME APP WORKLOAD TRAITS STATUS CREATED-TIME
express-server testapp webservice Deployed 2020-09-18 22:42:04 +0800 CST
```