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: implement dive cli #41

Merged
merged 10 commits into from
Jul 18, 2023
Merged

feat: implement dive cli #41

merged 10 commits into from
Jul 18, 2023

Conversation

shreyasbhat0
Copy link
Contributor

Description:

Commit Message

feat: implement dive cli

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 and others added 10 commits July 11, 2023 14:44
* 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: 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: init chain command

* chore: update chain command

* feat: add eth command to chain

* feat: add hardhat command to chain

* feat: remove cosmos
* 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: implement discord command

* feat: import discord to rootcmd

---------

Co-authored-by: hemz10 <[email protected]>
* feat: implement twitter command

* feat: add twitter to rootcmd

* chore: add reusable function to common

---------

Co-authored-by: hemz10 <[email protected]>
* chore: update dive banner

* feat: implement bridge command

* feat: update service packages

* chore: update bridge

* chore: update setplimit
* 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: update code structure

* feat: add goreleaser

* chore: update dive
@shreyasbhat0 shreyasbhat0 merged commit 188fb1b into main Jul 18, 2023
@shreyasbhat0 shreyasbhat0 deleted the feature/dive-cli branch July 18, 2023 07:00
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]>
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