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

The --help command is hidden behind a model name prompt #61

Open
Raynos opened this issue Feb 2, 2023 · 1 comment
Open

The --help command is hidden behind a model name prompt #61

Raynos opened this issue Feb 2, 2023 · 1 comment

Comments

@Raynos
Copy link

Raynos commented Feb 2, 2023

Running the --help command like

~/numerai/example-scripts/compute-lite-example on jakev/deploy*
$ numerai node config --help
Model name: 

prompts me for the model name, this makes me think --help is an unsupported flag and that its going to config / deploy / test the node.

I then Ctrl+C the command because I dont want to run the config flow.

Instead, when I enter the model name I get the help output, so --help is supported, it just prompts for an unnecessary model name somewhere in the code.

$ numerai node config --help
Model name: raynos
Usage: numerai node config [OPTIONS]

  Uses Terraform to create a full Numerai Compute cluster in AWS. Prompts for
  your AWS and Numerai API keys on first run, caches them in $HOME/.numerai.

  At the end of running, this will output a config file 'nodes.json'.
@ndharasz
Copy link
Contributor

ndharasz commented Apr 19, 2023

The actual config flow will not run after entering the model name, the node wrapper command just handles loading the nodes.json. Will try to include a fix for this in the next release, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants