[cli] generated docs
This commit is contained in:
committed by
Neeraj Gupta
parent
b164b0df21
commit
0678e3129a
@@ -20,8 +20,9 @@ ente [flags]
|
||||
### SEE ALSO
|
||||
|
||||
* [ente account](ente_account.md) - Manage account settings
|
||||
* [ente admin](ente_admin.md) - Commands for admin actions
|
||||
* [ente auth](ente_auth.md) - Authenticator commands
|
||||
* [ente export](ente_export.md) - Starts the export process
|
||||
* [ente version](ente_version.md) - Prints the current version
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -16,4 +16,4 @@ Manage account settings
|
||||
* [ente account list](ente_account_list.md) - list configured accounts
|
||||
* [ente account update](ente_account_update.md) - Update an existing account's export directory
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -16,4 +16,4 @@ ente account add [flags]
|
||||
|
||||
* [ente account](ente_account.md) - Manage account settings
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -18,4 +18,4 @@ ente account get-token [flags]
|
||||
|
||||
* [ente account](ente_account.md) - Manage account settings
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -16,4 +16,4 @@ ente account list [flags]
|
||||
|
||||
* [ente account](ente_account.md) - Manage account settings
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -19,4 +19,4 @@ ente account update [flags]
|
||||
|
||||
* [ente account](ente_account.md) - Manage account settings
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
22
cli/docs/generated/ente_admin.md
Normal file
22
cli/docs/generated/ente_admin.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## ente admin
|
||||
|
||||
Commands for admin actions
|
||||
|
||||
### Synopsis
|
||||
|
||||
Commands for admin actions like disable or enabling 2fa, bumping up the storage limit, etc.
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for admin
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [ente](ente.md) - CLI tool for exporting your photos from ente.io
|
||||
* [ente admin disable-2fa](ente_admin_disable-2fa.md) - Disable 2fa for a user
|
||||
* [ente admin get-user-id](ente_admin_get-user-id.md) - Get user id
|
||||
* [ente admin update-subscription](ente_admin_update-subscription.md) - Update subscription for the free user
|
||||
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
21
cli/docs/generated/ente_admin_disable-2fa.md
Normal file
21
cli/docs/generated/ente_admin_disable-2fa.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## ente admin disable-2fa
|
||||
|
||||
Disable 2fa for a user
|
||||
|
||||
```
|
||||
ente admin disable-2fa [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-a, --admin-user string The email of the admin user. (required)
|
||||
-h, --help help for disable-2fa
|
||||
-u, --user string The email of the user to disable 2FA for. (required)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [ente admin](ente_admin.md) - Commands for admin actions
|
||||
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
21
cli/docs/generated/ente_admin_get-user-id.md
Normal file
21
cli/docs/generated/ente_admin_get-user-id.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## ente admin get-user-id
|
||||
|
||||
Get user id
|
||||
|
||||
```
|
||||
ente admin get-user-id [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-a, --admin-user string The email of the admin user. (required)
|
||||
-h, --help help for get-user-id
|
||||
-u, --user string The email of the user to fetch details for. (required)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [ente admin](ente_admin.md) - Commands for admin actions
|
||||
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
22
cli/docs/generated/ente_admin_update-subscription.md
Normal file
22
cli/docs/generated/ente_admin_update-subscription.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## ente admin update-subscription
|
||||
|
||||
Update subscription for the free user
|
||||
|
||||
```
|
||||
ente admin update-subscription [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-a, --admin-user string The email of the admin user. (required)
|
||||
-h, --help help for update-subscription
|
||||
--no-limit string Set the storage limit to 100TB unlimited with 100 year expiry (default "True")
|
||||
-u, --user string The email of the user to update subscription for. (required)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [ente admin](ente_admin.md) - Commands for admin actions
|
||||
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
@@ -13,4 +13,4 @@ Authenticator commands
|
||||
* [ente](ente.md) - CLI tool for exporting your photos from ente.io
|
||||
* [ente auth decrypt](ente_auth_decrypt.md) - Decrypt authenticator export
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -16,4 +16,4 @@ ente auth decrypt [input] [output] [flags]
|
||||
|
||||
* [ente auth](ente_auth.md) - Authenticator commands
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -16,4 +16,4 @@ ente export [flags]
|
||||
|
||||
* [ente](ente.md) - CLI tool for exporting your photos from ente.io
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
@@ -16,4 +16,4 @@ ente version [flags]
|
||||
|
||||
* [ente](ente.md) - CLI tool for exporting your photos from ente.io
|
||||
|
||||
###### Auto generated by spf13/cobra on 8-Mar-2024
|
||||
###### Auto generated by spf13/cobra on 12-Mar-2024
|
||||
|
||||
Reference in New Issue
Block a user