Skip to content

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

@Raynos

Description

@Raynos

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions