Documentation ¶
Index ¶
Constants ¶
View Source
const ( TREE dbTreeEntryType = "tree" DATABASE = "db" LICENCE = "licence" )
View Source
const (
DIO_VERSION = "0.3.1"
)
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "dio", Short: "Command line interface to DBHub.io", Long: `dio is a command line interface (CLI) for DBHub.io. With dio you can send and receive database files to a DBHub.io cloud, and manipulate its tags and branches.`, SilenceErrors: true, SilenceUsage: true, }
RootCmd represents the base command when called without any subcommands
View Source
var (
TLSConfig tls.Config
)
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- branch.go
- branchActive.go
- branchActiveGet.go
- branchActiveSet.go
- branchCreate.go
- branchList.go
- branchRemove.go
- branchRevert.go
- branchUpdate.go
- commit.go
- info.go
- licence.go
- licenceAdd.go
- licenceGet.go
- licenceList.go
- licenceRemove.go
- list.go
- log.go
- pull.go
- push.go
- release.go
- releaseCreate.go
- releaseList.go
- releaseRemove.go
- root.go
- select.go
- shared.go
- status.go
- tag.go
- tagCreate.go
- tagList.go
- tagRemove.go
- types.go
- version.go
Click to show internal directories.
Click to hide internal directories.