`stellar auth` command

Open
#2,630 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust

Research direction

Start by reading the existing CLI command structure and the handling of SorobanAuthorizationEntry. Trace how related commands parse envelopes and entries, then verify the auth namespace supports ls, sign, and set with the input and output behavior described in the issue. Done means each subcommand works with the specified entries and envelope replacement flow.

Written by the indexing model from the issue text.

Description

What problem does your feature solve?

Introduces a command namespace auth for a set of sub commands that help users interact with auth entries.

What would you like to see?

new top level command:
stellar auth

new sub-commands:
stellar auth ls - decode and print each SorobanAuthorizationEntry
stellar auth sign - sign SorobanAuthorizationEntry, returns signed entry base64
stellar auth set - takes envelope + signed auth entry, replaces matching entry in envelope with signed entry

What alternatives are there?

N/A

Dominant language
Rust
Stars
123
Forks
141
Avg merge
2d 21h
Merged PRs (30d)
17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from stellar/stellar-cli

All issues in stellar/stellar-cli

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.