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

Move verifreg shed utils to CLI #6135

Merged
merged 1 commit into from
May 21, 2021
Merged

Move verifreg shed utils to CLI #6135

merged 1 commit into from
May 21, 2021

Conversation

arajasek
Copy link
Contributor

Addresses #5151 , though v5 actors integration is needed to close it.

@arajasek arajasek requested a review from magik6k as a code owner April 29, 2021 05:03
Comment on lines 32 to 36
verifRegVerifyClientCmd,
verifRegListVerifiersCmd,
verifRegListClientsCmd,
verifRegCheckClientCmd,
verifRegCheckVerifierCmd,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break existing scripts, maybe we should keep/alias those commands here as hidden/with a deprecated warning?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@arajasek arajasek force-pushed the asr/verifreg branch 2 times, most recently from ea061b1 to 71848a8 Compare April 29, 2021 17:49
Name: "verifreg",
Usage: "Interact with the verified registry actor",
Flags: []cli.Flag{},
Hidden: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this also hides our "use root key to make a verifier" util, but that should be fine...could alternatively hide all the subcommands except that one.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd do this per-command (and print the 'this is depcecated' warnings)

@jennijuju
Copy link
Member

run cli docs gen?

@arajasek
Copy link
Contributor Author

arajasek commented May 4, 2021

run cli docs gen?

donesies, thanks!

@magik6k magik6k merged commit 807c670 into master May 21, 2021
@magik6k magik6k deleted the asr/verifreg branch May 21, 2021 09:21
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.

3 participants