Skip to content

Replace multiple CLI options with a single --config-file option #7

@mdpiper

Description

@mdpiper

The bmi-topography CLI includes the following options for configuring a call to the OpenTopography REST API:

  • dem_type
  • south
  • north
  • west
  • east
  • output_format

It's cumbersome to set all of these options. The CLI would easier to use and script if values for these options were instead placed in a text configuration file (e.g., yaml or toml), then referenced with an option such as --config-file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions