Skip to content

feat: implement version command for cli - #32

Merged
shreyasbhat0 merged 9 commits into
feature/dive-clifrom
CKIP-70-Implement-version-command-for-CLI
Jul 13, 2023
Merged

feat: implement version command for cli#32
shreyasbhat0 merged 9 commits into
feature/dive-clifrom
CKIP-70-Implement-version-command-for-CLI

Conversation

@hemz10

@hemz10 hemz10 commented Jul 12, 2023

Copy link
Copy Markdown
Contributor

Description:

Commit Message

feat: Implement version command for 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
shreyasbhat0 merged commit b379d6a into feature/dive-cli Jul 13, 2023
@shreyasbhat0
shreyasbhat0 deleted the CKIP-70-Implement-version-command-for-CLI branch July 13, 2023 05:46
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 <sph2740@example.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* feat: Ckip 80 add discord command to dive cli (#35)

* feat: implement discord command

* feat: import discord to rootcmd

---------

Co-authored-by: hemz10 <sph2740@example.com>

* 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 <sph2740@example.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* refactor: dive cli codebase refactor (#40)

* refactor: update code structure

* feat: add goreleaser

* chore: update dive

---------

Co-authored-by: Hemanth Kumar <96766939+hemz10@users.noreply.github.com>
Co-authored-by: hemz10 <sph2740@example.com>
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 <sph2740@example.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* feat: Ckip 80 add discord command to dive cli (#35)

* feat: implement discord command

* feat: import discord to rootcmd

---------

Co-authored-by: hemz10 <sph2740@example.com>

* 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 <sph2740@example.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* refactor: dive cli codebase refactor (#40)

* refactor: update code structure

* feat: add goreleaser

* chore: update dive

---------

Co-authored-by: Hemanth Kumar <96766939+hemz10@users.noreply.github.com>
Co-authored-by: hemz10 <sph2740@example.com>
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 <sph2740@example.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* feat: Ckip 80 add discord command to dive cli (HugoByte#35)

* feat: implement discord command

* feat: import discord to rootcmd

---------

Co-authored-by: hemz10 <sph2740@example.com>

* 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 <sph2740@example.com>

* 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 <sph2740@example.com>
Co-authored-by: shreyasbhat0 <shreyas.ks@hugobyte.com>

* refactor: dive cli codebase refactor (HugoByte#40)

* refactor: update code structure

* feat: add goreleaser

* chore: update dive

---------

Co-authored-by: Hemanth Kumar <96766939+hemz10@users.noreply.github.com>
Co-authored-by: hemz10 <sph2740@example.com>
Mr-Nobody21 pushed a commit to Mr-Nobody21/DIVE that referenced this pull request May 7, 2024
…Kusama-parachain-for-testnet-and-mainnet

feat: kusama integration for local, test and mainnet
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