Documentation ¶
Overview ¶
Package cli implements command-line commands for the Kopia.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func App ¶
func App() *kingpin.Application
App returns an instance of command-line application object.
func RegisterStorageConnectFlags ¶
func RegisterStorageConnectFlags( name string, description string, flags func(*kingpin.CmdClause), connect func(ctx context.Context) (storage.Storage, error))
RegisterStorageConnectFlags registers repository subcommand to connect to a storage or create new repository in a given storage.
Types ¶
This section is empty.
Source Files ¶
- analytics.go
- app.go
- cli_progress.go
- command_block_crypto_benchmark.go
- command_block_gc.go
- command_block_index_list.go
- command_block_index_optimize.go
- command_block_index_recover.go
- command_block_list.go
- command_block_rewrite.go
- command_block_rm.go
- command_block_show.go
- command_block_stats.go
- command_block_verify.go
- command_cache_clear.go
- command_cache_info.go
- command_cache_set.go
- command_diff.go
- command_ls.go
- command_manifest_ls.go
- command_manifest_rm.go
- command_manifest_show.go
- command_mount.go
- command_mount_browse.go
- command_mount_fuse.go
- command_mount_webdav.go
- command_object_verify.go
- command_policy.go
- command_policy_edit.go
- command_policy_ls.go
- command_policy_remove.go
- command_policy_set.go
- command_policy_show.go
- command_repository_connect.go
- command_repository_connect_from_config.go
- command_repository_create.go
- command_repository_disconnect.go
- command_repository_repair.go
- command_repository_status.go
- command_repository_upgrade.go
- command_server_cancel.go
- command_server_flush.go
- command_server_pause.go
- command_server_refresh.go
- command_server_resume.go
- command_server_start.go
- command_server_status.go
- command_server_upload.go
- command_show.go
- command_snapshot_create.go
- command_snapshot_estimate.go
- command_snapshot_expire.go
- command_snapshot_list.go
- command_snapshot_migrate.go
- command_storage_delete.go
- command_storage_list.go
- command_storage_show.go
- config.go
- fscache.go
- objref.go
- password.go
- password_linux.go
- show_utils.go
- storage_filesystem.go
- storage_gcs.go
- storage_providers.go
- storage_s3.go
- storage_webdav.go
Click to show internal directories.
Click to hide internal directories.