mirror of
https://github.com/ente-io/ente.git
synced 2025-05-09 14:26:02 +00:00
27 lines
713 B
Markdown
Generated
27 lines
713 B
Markdown
Generated
## ente admin update-subscription
|
|
|
|
Update subscription for user
|
|
|
|
### Synopsis
|
|
|
|
Update subscription for the free user. If you want to apply specific limits, use the `--no-limit False` flag
|
|
|
|
```
|
|
ente admin update-subscription [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-a, --admin-user string The email of the admin user.
|
|
-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 14-Aug-2024
|