package
Version:
v0.33.15
Opens a new window with list of versions in this module.
Published: Jul 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BackupCmd struct {
dsc.Config
File string `arg:"" default:"backup.tar.gz" help:"file path to target backup file"`
}
type ExportCmd struct {
dsc.Config
Directory string `short:"d" required:"" help:"directory to write .json data" default:"${cwd}"`
}
type ImportCmd struct {
dsc.Config
Directory string `short:"d" required:"" help:"directory containing .json data" default:"${cwd}"`
}
type RestoreCmd struct {
dsc.Config
File string `arg:"" default:"backup.tar.gz" help:"file path to source backup file"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.