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: Ckip 69 implement help command for cli #34

Merged
merged 16 commits into from
Jul 14, 2023

Conversation

hemz10
Copy link
Contributor

@hemz10 hemz10 commented Jul 13, 2023

Description:

Commit Message

feat: Update help for each command

see the guidelines for commit messages.

Checklist:

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@shreyasbhat0 shreyasbhat0 merged commit faec924 into feature/dive-cli Jul 14, 2023
@shreyasbhat0 shreyasbhat0 deleted the CKIP-69-Implement-help-command-for-CLI branch July 14, 2023 05:15
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants