mirror of
https://github.com/ente-io/ente.git
synced 2025-08-06 14:43:20 +00:00
23 lines
609 B
Markdown
23 lines
609 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 When true, sets 100TB as storage limit, and expiry to current date + 100 years (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 13-Mar-2024
|