generated from kurtosis-tech/package-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 8
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: Ckip 69 implement help command for cli #34
Merged
shreyasbhat0
merged 16 commits into
feature/dive-cli
from
CKIP-69-Implement-help-command-for-CLI
Jul 14, 2023
Merged
feat: Ckip 69 implement help command for cli #34
shreyasbhat0
merged 16 commits into
feature/dive-cli
from
CKIP-69-Implement-help-command-for-CLI
Jul 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ithub.com/HugoByte/DIVE into CKIP-70-Implement-version-command-for-CLI
shreyasbhat0
added a commit
that referenced
this pull request
Jul 18, 2023
* chore: initial cli setup * feat: implement version command for cli (#32) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation --------- Co-authored-by: hemz10 <[email protected]> * feat: implement clean command for cli (#33) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation * feat: get running enclaves * feat: Implement clean functionality --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * feat: implement chain command for dive cli (#36) * feat: init chain command * chore: update chain command * feat: add eth command to chain * feat: add hardhat command to chain * feat: remove cosmos * feat: Ckip 69 implement help command for cli (#34) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation * feat: get running enclaves * feat: Implement clean functionality * docs: Update help for chain command * docs: update help for bridge command * feat:Display banner only on start not on subcommands --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * feat: Ckip 80 add discord command to dive cli (#35) * feat: implement discord command * feat: import discord to rootcmd --------- Co-authored-by: hemz10 <[email protected]> * feat: Ckip 79 add command for twitter in dive cli (#37) * feat: implement twitter command * feat: add twitter to rootcmd * chore: add reusable function to common --------- Co-authored-by: hemz10 <[email protected]> * feat: implement bridge command for DIVE CLI (#39) * chore: update dive banner * feat: implement bridge command * feat: update service packages * chore: update bridge * chore: update setplimit * feat: Ckip 81 add tutorial command to the dive cli (#38) * feat: check for latest update when starting dive * feat: implement tutorial command * refactor: update help command descriptions --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * refactor: dive cli codebase refactor (#40) * refactor: update code structure * feat: add goreleaser * chore: update dive --------- Co-authored-by: Hemanth Kumar <[email protected]> Co-authored-by: hemz10 <[email protected]>
shreyasbhat0
added a commit
that referenced
this pull request
Jan 24, 2024
* chore: initial cli setup * feat: implement version command for cli (#32) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation --------- Co-authored-by: hemz10 <[email protected]> * feat: implement clean command for cli (#33) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation * feat: get running enclaves * feat: Implement clean functionality --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * feat: implement chain command for dive cli (#36) * feat: init chain command * chore: update chain command * feat: add eth command to chain * feat: add hardhat command to chain * feat: remove cosmos * feat: Ckip 69 implement help command for cli (#34) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation * feat: get running enclaves * feat: Implement clean functionality * docs: Update help for chain command * docs: update help for bridge command * feat:Display banner only on start not on subcommands --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * feat: Ckip 80 add discord command to dive cli (#35) * feat: implement discord command * feat: import discord to rootcmd --------- Co-authored-by: hemz10 <[email protected]> * feat: Ckip 79 add command for twitter in dive cli (#37) * feat: implement twitter command * feat: add twitter to rootcmd * chore: add reusable function to common --------- Co-authored-by: hemz10 <[email protected]> * feat: implement bridge command for DIVE CLI (#39) * chore: update dive banner * feat: implement bridge command * feat: update service packages * chore: update bridge * chore: update setplimit * feat: Ckip 81 add tutorial command to the dive cli (#38) * feat: check for latest update when starting dive * feat: implement tutorial command * refactor: update help command descriptions --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * refactor: dive cli codebase refactor (#40) * refactor: update code structure * feat: add goreleaser * chore: update dive --------- Co-authored-by: Hemanth Kumar <[email protected]> Co-authored-by: hemz10 <[email protected]>
Mr-Nobody21
pushed a commit
to Mr-Nobody21/DIVE
that referenced
this pull request
May 7, 2024
* chore: initial cli setup * feat: implement version command for cli (HugoByte#32) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation --------- Co-authored-by: hemz10 <[email protected]> * feat: implement clean command for cli (HugoByte#33) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation * feat: get running enclaves * feat: Implement clean functionality --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * feat: implement chain command for dive cli (HugoByte#36) * feat: init chain command * chore: update chain command * feat: add eth command to chain * feat: add hardhat command to chain * feat: remove cosmos * feat: Ckip 69 implement help command for cli (HugoByte#34) * feat: Add version constant * chore: update go mod file * feat: Add Timestamp formatter to logrus * feat: Get current cli version * chore: Update go mod file * feat: Implementation for dive clean command * feat: Add Timestamp formatter to logrus * chore: remove clean implementation * feat: get running enclaves * feat: Implement clean functionality * docs: Update help for chain command * docs: update help for bridge command * feat:Display banner only on start not on subcommands --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * feat: Ckip 80 add discord command to dive cli (HugoByte#35) * feat: implement discord command * feat: import discord to rootcmd --------- Co-authored-by: hemz10 <[email protected]> * feat: Ckip 79 add command for twitter in dive cli (HugoByte#37) * feat: implement twitter command * feat: add twitter to rootcmd * chore: add reusable function to common --------- Co-authored-by: hemz10 <[email protected]> * feat: implement bridge command for DIVE CLI (HugoByte#39) * chore: update dive banner * feat: implement bridge command * feat: update service packages * chore: update bridge * chore: update setplimit * feat: Ckip 81 add tutorial command to the dive cli (HugoByte#38) * feat: check for latest update when starting dive * feat: implement tutorial command * refactor: update help command descriptions --------- Co-authored-by: hemz10 <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]> * refactor: dive cli codebase refactor (HugoByte#40) * refactor: update code structure * feat: add goreleaser * chore: update dive --------- Co-authored-by: Hemanth Kumar <[email protected]> Co-authored-by: hemz10 <[email protected]>
Mr-Nobody21
pushed a commit
to Mr-Nobody21/DIVE
that referenced
this pull request
May 7, 2024
…Kusama-parachain-for-testnet-and-mainnet fix: remove ports for relay chains
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Commit Message
see the guidelines for commit messages.
Checklist: