mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
23 lines
592 B
Markdown
23 lines
592 B
Markdown
## 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
|