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

Depricate subnet cmd #2497

Merged
merged 12 commits into from
Dec 30, 2024
Merged

Depricate subnet cmd #2497

merged 12 commits into from
Dec 30, 2024

Conversation

arturrez
Copy link
Collaborator

@arturrez arturrez commented Dec 20, 2024

Why this should be merged

resolves #2417

How this works

changed user output and error text to replace subnet with blockchain when appropriate or removes subnet from output when it's possible( i.e where it's clear for the user)
removes subnet alias to blockchain cmd

How this was tested

CI

How is this documented

not yet

@arturrez arturrez requested a review from a team as a code owner December 20, 2024 04:43
Comment on lines 1 to 5
site_name: avalanche-cli
site_description: Avalanche-CLI is a command-line interface for building, deploying, and maintaining Avalanche Subnets. It can be used to support the entire Subnet development lifecycle from initial prototyping to production deployments. Avalanche-CLI is available for Linux and Mac, and is open source on GitHub.
site_description: Avalanche-CLI is a command-line interface for building, deploying, and maintaining Avalanche Blockchains. It can be used to support the entire Blockchain development lifecycle from initial prototyping to production deployments. Avalanche-CLI is available for Linux and Mac, and is open source on GitHub.
nav:
- Introduction: index.md
- Ledger Simulator: ledger-simulator.md
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is this .yml serving? if it is for a deprecated github page, we may as well delete this file since the CLI docs are hosted in the Dev docs

pkg/prompts/prompts.go Outdated Show resolved Hide resolved
pkg/prompts/prompts.go Outdated Show resolved Hide resolved
pkg/prompts/prompts.go Outdated Show resolved Hide resolved
pkg/prompts/prompts.go Outdated Show resolved Hide resolved
pkg/prompts/prompts.go Outdated Show resolved Hide resolved
pkg/subnet/public.go Outdated Show resolved Hide resolved
pkg/subnet/public.go Outdated Show resolved Hide resolved
pkg/subnet/public.go Outdated Show resolved Hide resolved
pkg/subnet/public.go Outdated Show resolved Hide resolved
pkg/subnet/public.go Outdated Show resolved Hide resolved
Signed-off-by: Meaghan FitzGerald <meag.fitz@avalabs.org>
@meaghanfitzgerald meaghanfitzgerald merged commit 4738c3a into main Dec 30, 2024
37 checks passed
@meaghanfitzgerald meaghanfitzgerald deleted the depricate-subnet-cmd branch December 30, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Remove the avalanche subnet command as well as all subcommands
2 participants