diff --git a/docs/docs/cli/corso.md b/docs/docs/cli/corso.md index 76b7365ed..192efd68c 100644 --- a/docs/docs/cli/corso.md +++ b/docs/docs/cli/corso.md @@ -1,3 +1,7 @@ +--- +title: "corso" +hide_title: true +--- ## corso Protect your Microsoft 365 data. @@ -16,13 +20,14 @@ corso [flags] --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") -h, --help help for corso --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") -v, --version current version info ``` ### SEE ALSO * [corso backup](corso_backup.md) - Backup your service data +* [corso env](corso_env.md) - env var guide * [corso repo](corso_repo.md) - Manage your repositories * [corso restore](corso_restore.md) - Restore your service data -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup.md b/docs/docs/cli/corso_backup.md index e136e46b5..8df90c463 100644 --- a/docs/docs/cli/corso_backup.md +++ b/docs/docs/cli/corso_backup.md @@ -1,3 +1,7 @@ +--- +title: "corso backup" +hide_title: true +--- ## corso backup Backup your service data @@ -21,13 +25,14 @@ corso backup [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso](corso.md) - Protect your Microsoft 365 data. * [corso backup create](corso_backup_create.md) - Backup an M365 Service +* [corso backup delete](corso_backup_delete.md) - Deletes a backup for a service * [corso backup details](corso_backup_details.md) - Shows the details of a backup for a service * [corso backup list](corso_backup_list.md) - List the history of backups for a service -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup_create.md b/docs/docs/cli/corso_backup_create.md index a26afc286..77d4fc232 100644 --- a/docs/docs/cli/corso_backup_create.md +++ b/docs/docs/cli/corso_backup_create.md @@ -1,3 +1,7 @@ +--- +title: "corso backup create" +hide_title: true +--- ## corso backup create Backup an M365 Service @@ -17,6 +21,7 @@ corso backup create [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -24,4 +29,3 @@ corso backup create [flags] * [corso backup](corso_backup.md) - Backup your service data * [corso backup create exchange](corso_backup_create_exchange.md) - Backup M365 Exchange service data -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup_create_exchange.md b/docs/docs/cli/corso_backup_create_exchange.md index f8e771585..e00de67f6 100644 --- a/docs/docs/cli/corso_backup_create_exchange.md +++ b/docs/docs/cli/corso_backup_create_exchange.md @@ -1,3 +1,7 @@ +--- +title: "corso backup create exchange" +hide_title: true +--- ## corso backup create exchange Backup M365 Exchange service data @@ -20,10 +24,10 @@ corso backup create exchange [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso backup create](corso_backup_create.md) - Backup an M365 Service -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup_delete.md b/docs/docs/cli/corso_backup_delete.md new file mode 100644 index 000000000..765c24401 --- /dev/null +++ b/docs/docs/cli/corso_backup_delete.md @@ -0,0 +1,31 @@ +--- +title: "corso backup delete" +hide_title: true +--- +## corso backup delete + +Deletes a backup for a service + +``` +corso backup delete [flags] +``` + +### Options + +``` + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") + --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") +``` + +### SEE ALSO + +* [corso backup](corso_backup.md) - Backup your service data +* [corso backup delete exchange](corso_backup_delete_exchange.md) - Delete backed-up M365 Exchange service data + diff --git a/docs/docs/cli/corso_backup_delete_exchange.md b/docs/docs/cli/corso_backup_delete_exchange.md new file mode 100644 index 000000000..096a21aa7 --- /dev/null +++ b/docs/docs/cli/corso_backup_delete_exchange.md @@ -0,0 +1,31 @@ +--- +title: "corso backup delete exchange" +hide_title: true +--- +## corso backup delete exchange + +Delete backed-up M365 Exchange service data + +``` +corso backup delete exchange [flags] +``` + +### Options + +``` + --backup string ID of the backup containing the details to be shown + -h, --help help for exchange +``` + +### Options inherited from parent commands + +``` + --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") + --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") +``` + +### SEE ALSO + +* [corso backup delete](corso_backup_delete.md) - Deletes a backup for a service + diff --git a/docs/docs/cli/corso_backup_details.md b/docs/docs/cli/corso_backup_details.md index 9ef593eda..416ef9c84 100644 --- a/docs/docs/cli/corso_backup_details.md +++ b/docs/docs/cli/corso_backup_details.md @@ -1,3 +1,7 @@ +--- +title: "corso backup details" +hide_title: true +--- ## corso backup details Shows the details of a backup for a service @@ -17,6 +21,7 @@ corso backup details [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -24,4 +29,3 @@ corso backup details [flags] * [corso backup](corso_backup.md) - Backup your service data * [corso backup details exchange](corso_backup_details_exchange.md) - Shows the details of a M365 Exchange service backup -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup_details_exchange.md b/docs/docs/cli/corso_backup_details_exchange.md index 5d9d1c6e6..34f31f16d 100644 --- a/docs/docs/cli/corso_backup_details_exchange.md +++ b/docs/docs/cli/corso_backup_details_exchange.md @@ -1,3 +1,7 @@ +--- +title: "corso backup details exchange" +hide_title: true +--- ## corso backup details exchange Shows the details of a M365 Exchange service backup @@ -10,12 +14,16 @@ corso backup details exchange [flags] ``` --backup string ID of the backup containing the details to be shown + --contact strings Select backup details by contact ID; accepts * to select all contacts + --contact-folder strings Select backup details by contact folder ID; accepts * to select all contact folders --email strings Select backup details by emails ID; accepts * to select all emails - --email-folder strings Select backup details by email folder ID; accepts * to select all email folderss + --email-folder strings Select backup details by email folder ID; accepts * to select all email folders --email-received-after string Select backup details where the email was received after this datetime --email-received-before string Select backup details where the email was received before this datetime --email-sender string Select backup details where the email sender matches this user id --email-subject string Select backup details where the email subject lines contain this value + --event strings Select backup details by event ID; accepts * to select all events + --event-calendar strings Select backup details by event calendar ID; accepts * to select all events -h, --help help for exchange --user strings Select backup details by user ID; accepts * to select all users ``` @@ -25,10 +33,10 @@ corso backup details exchange [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso backup details](corso_backup_details.md) - Shows the details of a backup for a service -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup_list.md b/docs/docs/cli/corso_backup_list.md index 576463954..a690486d2 100644 --- a/docs/docs/cli/corso_backup_list.md +++ b/docs/docs/cli/corso_backup_list.md @@ -1,3 +1,7 @@ +--- +title: "corso backup list" +hide_title: true +--- ## corso backup list List the history of backups for a service @@ -17,6 +21,7 @@ corso backup list [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -24,4 +29,3 @@ corso backup list [flags] * [corso backup](corso_backup.md) - Backup your service data * [corso backup list exchange](corso_backup_list_exchange.md) - List the history of M365 Exchange service backups -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_backup_list_exchange.md b/docs/docs/cli/corso_backup_list_exchange.md index 65ed64b08..42ac23219 100644 --- a/docs/docs/cli/corso_backup_list_exchange.md +++ b/docs/docs/cli/corso_backup_list_exchange.md @@ -1,3 +1,7 @@ +--- +title: "corso backup list exchange" +hide_title: true +--- ## corso backup list exchange List the history of M365 Exchange service backups @@ -17,10 +21,10 @@ corso backup list exchange [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso backup list](corso_backup_list.md) - List the history of backups for a service -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_env.md b/docs/docs/cli/corso_env.md new file mode 100644 index 000000000..c6b300363 --- /dev/null +++ b/docs/docs/cli/corso_env.md @@ -0,0 +1,34 @@ +--- +title: "corso env" +hide_title: true +--- +## corso env + +env var guide + +### Synopsis + +A guide to using environment variables in Corso. + +``` +corso env [flags] +``` + +### Options + +``` + -h, --help help for env +``` + +### Options inherited from parent commands + +``` + --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") + --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") +``` + +### SEE ALSO + +* [corso](corso.md) - Protect your Microsoft 365 data. + diff --git a/docs/docs/cli/corso_repo.md b/docs/docs/cli/corso_repo.md index 4acbdb208..635e0a56c 100644 --- a/docs/docs/cli/corso_repo.md +++ b/docs/docs/cli/corso_repo.md @@ -1,3 +1,7 @@ +--- +title: "corso repo" +hide_title: true +--- ## corso repo Manage your repositories @@ -21,6 +25,7 @@ corso repo [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -29,4 +34,3 @@ corso repo [flags] * [corso repo connect](corso_repo_connect.md) - Connect to a repository. * [corso repo init](corso_repo_init.md) - Initialize a repository. -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_repo_connect.md b/docs/docs/cli/corso_repo_connect.md index 2c9d2f6cc..71401fc1d 100644 --- a/docs/docs/cli/corso_repo_connect.md +++ b/docs/docs/cli/corso_repo_connect.md @@ -1,3 +1,7 @@ +--- +title: "corso repo connect" +hide_title: true +--- ## corso repo connect Connect to a repository. @@ -21,6 +25,7 @@ corso repo connect [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -28,4 +33,3 @@ corso repo connect [flags] * [corso repo](corso_repo.md) - Manage your repositories * [corso repo connect s3](corso_repo_connect_s3.md) - Connect to a S3 repository -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_repo_connect_s3.md b/docs/docs/cli/corso_repo_connect_s3.md index abae7edf7..f4447e657 100644 --- a/docs/docs/cli/corso_repo_connect_s3.md +++ b/docs/docs/cli/corso_repo_connect_s3.md @@ -1,3 +1,7 @@ +--- +title: "corso repo connect s3" +hide_title: true +--- ## corso repo connect s3 Connect to a S3 repository @@ -25,10 +29,10 @@ corso repo connect s3 [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso repo connect](corso_repo_connect.md) - Connect to a repository. -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_repo_init.md b/docs/docs/cli/corso_repo_init.md index 2f4ee1aaf..c8ccfb99e 100644 --- a/docs/docs/cli/corso_repo_init.md +++ b/docs/docs/cli/corso_repo_init.md @@ -1,3 +1,7 @@ +--- +title: "corso repo init" +hide_title: true +--- ## corso repo init Initialize a repository. @@ -21,6 +25,7 @@ corso repo init [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -28,4 +33,3 @@ corso repo init [flags] * [corso repo](corso_repo.md) - Manage your repositories * [corso repo init s3](corso_repo_init_s3.md) - Initialize a S3 repository -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_repo_init_s3.md b/docs/docs/cli/corso_repo_init_s3.md index 44dbb3c70..9165cdfaa 100644 --- a/docs/docs/cli/corso_repo_init_s3.md +++ b/docs/docs/cli/corso_repo_init_s3.md @@ -1,3 +1,7 @@ +--- +title: "corso repo init s3" +hide_title: true +--- ## corso repo init s3 Initialize a S3 repository @@ -25,10 +29,10 @@ corso repo init s3 [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso repo init](corso_repo_init.md) - Initialize a repository. -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_restore.md b/docs/docs/cli/corso_restore.md index 81a510a55..144612641 100644 --- a/docs/docs/cli/corso_restore.md +++ b/docs/docs/cli/corso_restore.md @@ -1,3 +1,7 @@ +--- +title: "corso restore" +hide_title: true +--- ## corso restore Restore your service data @@ -21,6 +25,7 @@ corso restore [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO @@ -28,4 +33,3 @@ corso restore [flags] * [corso](corso.md) - Protect your Microsoft 365 data. * [corso restore exchange](corso_restore_exchange.md) - Restore M365 Exchange service data -###### Auto generated by spf13/cobra on 11-Aug-2022 diff --git a/docs/docs/cli/corso_restore_exchange.md b/docs/docs/cli/corso_restore_exchange.md index 69435381c..acc084cba 100644 --- a/docs/docs/cli/corso_restore_exchange.md +++ b/docs/docs/cli/corso_restore_exchange.md @@ -1,3 +1,7 @@ +--- +title: "corso restore exchange" +hide_title: true +--- ## corso restore exchange Restore M365 Exchange service data @@ -25,10 +29,10 @@ corso restore exchange [flags] ``` --config-file string config file (default is $HOME/.corso) (default "/home/runner/.corso.toml") --json output data in JSON format + --log-level string set the log level to debug|info|warn|error (default "info") ``` ### SEE ALSO * [corso restore](corso_restore.md) - Restore your service data -###### Auto generated by spf13/cobra on 11-Aug-2022