Documentation
¶
Index ¶
Constants ¶
View Source
const BackupDIR = "/bkup1/"
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "diff", Usage: "diff entries from 2 kdbx files", Description: ` Difference between 2 kdbx databases syntax: kpcli \ --keyfile <keyfile> \ --database <database-filename> \ --pass "${KDBX_PASSWORD}" \ diff \ --database2 <database-filename-2> ; --database2 - latest file from backup path will be used when it's empty example: kpcli \ --keyfile ${KDBX_KEYFILE} \ --database ${KDBX_PASSWORD} \ --pass "${KDBX_PASSWORD}" \ diff \ --database2 ${DATABASE_BACKUP} `, Action: cmd, Flags: []cli.Flag{ &cli.StringFlag{ Name: "database2", Usage: "kdbx files fullpath2", Aliases: []string{"db2", "dbfile2"}, EnvVars: []string{"KDBX_DATABASE2"}, }, &cli.StringFlag{ Name: "output-format", Usage: "Output format; available: table, csv, markdown, html", Aliases: []string{"of2"}, }, &cli.BoolFlag{ Name: "notify", Usage: "notify with email", Aliases: []string{"n"}, }, }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.