``` Expected params.Plaintext to be a string, Buffer, Stream, Blob, or typed array object ``` If I have a secret that is "123.455" I receive the above error message if I run the command: ``` sls encrypt -n "clientID" -t 123.455 --save ```
If I have a secret that is "123.455" I receive the above error message if I run the command: