Skip to content

node info uses --ip instead of --rpc-url, inconsistent with other commands #24

Description

@devrel-ditto

Problem

Every command uses --rpc-url for specifying a custom endpoint, but node info uses --ip:

platform node info --ip 127.0.0.1          # works
platform node info --rpc-url http://127.0.0.1:9650  # ignored, still requires --ip

This is confusing because --rpc-url is a global flag that works everywhere else (wallet, transfer, subnet, etc).

Suggested Fix

  • Accept --rpc-url as the primary way to specify the node (extract host from URL)
  • Keep --ip as an alias for backward compatibility
  • Default port to 9650 when only an IP is provided

Environment

  • platform-cli v1.0.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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