Skip to content

Commit

Permalink
Bump version and add exec readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbashov committed Jul 5, 2021
1 parent 6261239 commit fe000a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ Show current status. Example:
ctcli status
```

### exec
Execute a command inside a container. Example:
```shell
ctcli exec busybox cat /etc/hosts
```

### backup
Makes an archive containing `current-release/`, `data/` and `config/` folders and puts it into `releases/` folder

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
)

const VERSION int = 6
const VERSION int = 7
const COMMIT string = "%%commit_hash%%"

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit fe000a5

Please sign in to comment.