I am developing a Ruby script designed for CLI which is based on a REST API. This API needs a token as credentials in order to recognize the user and allows him to retrieve his informations. For now, this scripts asks the 30-length token in the console every time it is launched.I am developing a Ruby script designed for CLI