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(config): add command to list available chains #240

Merged
merged 4 commits into from
Sep 18, 2023

Conversation

aelesbao
Copy link
Member

New command

archway config chains list

$ archway config chains list --help
Description:
  Lists all available chains to use

Usage:
  $ archway config chains list [--json] [--log-level debug|info|warn|error] [--columns <value> | -x] [--sort <value>] [--filter <value>] [--no-truncate | ] [--no-header | ]

Flags:
  -x, --extended     show extra columns
  --columns=<value>  only show provided columns (comma-separated)
  --filter=<value>   filter property by partial string matching, ex: name=foo
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --sort=<value>     property to sort by (prepend '-' for descending)

GLOBAL Flags:
  --json                Format output as json.
  --log-level=<option>  Specify level for logging.
                        <options: debug|info|warn|error>

Examples:
  $ archway config chains list

@aelesbao aelesbao added this to the v2.0.0-beta.1 milestone Sep 15, 2023
@aelesbao aelesbao merged commit 3aa5e02 into release/2.0.0 Sep 18, 2023
10 checks passed
@aelesbao aelesbao deleted the feat/config-chains-list branch September 18, 2023 11:43
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

Successfully merging this pull request may close these issues.

1 participant