Activating your Symflower license key in CLI
There are two options to activate your license key in CLI.
- Use the license key via an environment variable:
$ export SYMFLOWER_LICENSE_KEY=90B661-79BF03-XXXXXX-E3A4FB-CF9B67-V3
$ symflower version
This will yield the following output:
symflower v1234 on linux/amd64
License: Active
- Use the
--license-key
flag
$ symflower version --license-key=90B661-79BF03-XXXXXX-E3A4FB-CF9B67-V3
This will yield the following output:
symflower v1234 on linux/amd64
License: Active
All of Symflower's paid features should now be available for you. Found a problem? Let us know.