You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
ssc init currently creates the Main configuration file using the datatype of string for the port. This causes an error when the ssc pull command is subsequently used
Expected behavior
ssc init and ssc pull should be consistent in the management of the configuration property of port
Describe the Issue
ssc init currently creates the Main configuration file using the datatype of string for the port. This causes an error when the ssc pull command is subsequently used
Expected behavior
ssc init and ssc pull should be consistent in the management of the configuration property of port
Steps to Reproduce
Heres the json generated:
ssc pull dev
Other Information
When i change the ssc.json port to integer
The text was updated successfully, but these errors were encountered: