github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_enterprise_activate.md (about) 1 ## pachctl enterprise activate 2 3 Activate the enterprise features of Pachyderm with an activation code 4 5 ### Synopsis 6 7 Activate the enterprise features of Pachyderm with an activation code 8 9 ``` 10 pachctl enterprise activate <activation-code> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --expires string A timestamp indicating when the token provided above should expire (formatted as an RFC 3339/ISO 8601 datetime). This is only applied if it's earlier than the signed expiration time encoded in 'activation-code', and therefore is only useful for testing. 17 -h, --help help for activate 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26