Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Add remote flag #33

Open
Tracked by #1
bgins opened this issue Dec 9, 2022 · 1 comment
Open
Tracked by #1

Add remote flag #33

bgins opened this issue Dec 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bgins
Copy link
Contributor

bgins commented Dec 9, 2022

Summary

Problem

Currently there is no way to specify the remote staging servers for testing purposes.

Impact

It makes testing new features on the server quite difficult as the source code would need to be changed temporarily and recompiled just to talk to the staging servers.

Solution

Add a flag with Clap that sets a variable.

Details

This feature is in the Haskell version of the CLI but needs to be included in the rewrite.

@bgins bgins mentioned this issue Dec 9, 2022
22 tasks
@BoisterousCoder BoisterousCoder added the enhancement New feature or request label Jan 3, 2023
@BoisterousCoder BoisterousCoder self-assigned this Jan 4, 2023
@BoisterousCoder
Copy link
Contributor

Seems to already exist to the extent that it can currently be implemented to should we close this issue?

remote: Option<String>,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants