Skip to content

Cmf.CustomerPortal.Sdk v1.13.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@vitorpmoreira vitorpmoreira released this 05 Jan 16:51
· 25 commits to main since this release
acbd6f2

Changelog

  • Upgrade to .NET 8.
  • Support reading the CM Portal token from an environment variable "CM_PORTAL_TOKEN".
    • If the environment variable has a non-empty and non-whitespace value, it is cached in memory only and not in file. It will be used for requests to the CM Portal.
    • Otherwise, the application behaves as if no token exists and each command that requires a valid login will throw an error if the login wasn't performed.

Note: If the login command is run, the environment variable is not taken into account since this command is used to explicitly save the token passed as an option or fetched from the interactive login. In this case, the token is still cached to a file as it was.