-
Notifications
You must be signed in to change notification settings - Fork 0
v0.4.5
Refactor authentication flow completely
We have now a new command config to set project token.
This release also introduces new --profile flag to set / use different tokens. Very useful if you have multiple projects / environments.
To authenticate run:
chunkify config token
Link a token to a new profile:
chunkify config token --profile testing
To use the new profile for transcoding:
chunkify -i video.mp4 -o video.webm --profile testing