When specifying a description on a client, cac does not validate the length of this string despite their being a 140 character limit on the server, this means your configuration can fall out of date with what's on the API and the diff will always show as your new description replacing the existing one.
Expected behaviour: cac validation should enforce the same constraints the server does and reject the configuration.
When specifying a
descriptionon a client,cacdoes not validate the length of this string despite their being a 140 character limit on the server, this means your configuration can fall out of date with what's on the API and the diff will always show as your new description replacing the existing one.Expected behaviour:
cacvalidation should enforce the same constraints the server does and reject the configuration.