Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Add command to change server URL, delete drives and clear history #64

Closed
gamemaker1 opened this issue May 25, 2021 · 2 comments
Closed
Labels
enhancement New feature or request next-release To be added in the next release
Milestone

Comments

@gamemaker1
Copy link
Member

Is your feature request related to a problem? Please describe.
When running the server on my machine, the server keeps using a different port number every time. It would be easy for me to change the server URL using a command instead of editing the config file manually.

Describe the solution you'd like
Add a config command that allows you to edit the server URL, delete drives and delete command history. Example usage:

$ config set serverUrl "http://localhost:23983"
$ config del history
$ config del drives.c
@gamemaker1 gamemaker1 added the enhancement New feature or request label May 25, 2021
@gamemaker1
Copy link
Member Author

gamemaker1 commented May 25, 2021

Note that I can make the server run on a fixed port by setting the PORT environment variable through terminal (env PORT=8000 /path/to/file), but some may prefer running it by double clicking it in file manager.

@gamemaker1 gamemaker1 added this to In progress in Issue progress May 26, 2021
@gamemaker1 gamemaker1 added this to the v3.3.0 milestone May 26, 2021
@gamemaker1 gamemaker1 added the next-release To be added in the next release label May 26, 2021
@gamemaker1
Copy link
Member Author

Closed by commit 4e2baff (adds config command)

Issue progress automation moved this from In progress to Done May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next-release To be added in the next release
Projects
Development

No branches or pull requests

1 participant