Everything that can be done with a Ropoly server should be doable with something like ropoly command arg1 arg2 arg3.... The CLI shouldn't have any state of its own; no "PersistentData" directory or anything like that. Ideally, all of Ropoly should be refactored so that the server API calls are done using the CLI.
Everything that can be done with a Ropoly server should be doable with something like
ropoly command arg1 arg2 arg3.... The CLI shouldn't have any state of its own; no "PersistentData" directory or anything like that. Ideally, all of Ropoly should be refactored so that the server API calls are done using the CLI.