Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lnsp committed Jan 17, 2023
1 parent ce674bf commit 3800e4c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,17 @@ valar init --type=[constructor] [--project=[project-name]] [service]
```bash
valar push [--skip-deploy]
```
#### Listing all services in the project
```bash
valar list
```
#### Show the logs of the latest deployment
```
valar logs [service]
```
#### Listing all deployments of a service
```bash
valar deploys
Expand All @@ -114,9 +117,14 @@ valar deploys create [buildid]
valar deploys rollback [--delta 1]
```
#### Delete a service [not implemented]
#### Enable a service [not implemented]
```bash
valar enable [service]
```
#### Disable a service [not implemented]
```bash
valar delete [service]
valar disable [service]
```
### Environment variables
Expand Down Expand Up @@ -202,7 +210,7 @@ valar auth allow --user [user] --action [read|write|invoke|manage]
```
#### Forbid someone to read/write/invoke/manage
```bash
valar auth forbid --user [user] --action
valar auth forbid --user [user] --action [read|write|invoke|manage]
```
#### Reset permissions to project default [not implemented]
```bash
Expand Down

0 comments on commit 3800e4c

Please sign in to comment.