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, description string, flags func(*kingpin.CmdClause), connect func(ctx context.Context, isNew bool) (blob.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_benchmark_crypto.go
- command_benchmark_splitters.go
- command_blob_delete.go
- command_blob_list.go
- command_blob_show.go
- command_cache_clear.go
- command_cache_info.go
- command_cache_set.go
- command_content_gc.go
- command_content_list.go
- command_content_rewrite.go
- command_content_rm.go
- command_content_show.go
- command_content_stats.go
- command_content_verify.go
- command_diff.go
- command_index_list.go
- command_index_optimize.go
- command_index_recover.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
- 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_sftp.go
- storage_webdav.go
Click to show internal directories.
Click to hide internal directories.