cli: remove deprecated try-runtime subcommand (also companion for #14731) (#7599)

* remove try-runtime-cli

* fix ci pipeline

* fix link

* remove chain var

* build runtime with try-runtime feature

* use main branch

* pin to commit

* fix build

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Liam Aharon
2023-08-17 15:57:38 +10:00
committed by GitHub
parent e6473e2840
commit 0a9cf2a516
4 changed files with 194 additions and 253 deletions
+3 -6
View File
@@ -55,12 +55,9 @@ pub enum Subcommand {
/// capabilities of running a validator.
HostPerfCheck,
/// Try some command against runtime state.
#[cfg(feature = "try-runtime")]
TryRuntime(try_runtime_cli::TryRuntimeCmd),
/// Try some command against runtime state. Note: `try-runtime` feature must be enabled.
#[cfg(not(feature = "try-runtime"))]
/// Try-runtime has migrated to a standalone CLI
/// (<https://github.com/paritytech/try-runtime-cli>). The subcommand exists as a stub and
/// deprecation notice. It will be removed entirely some time after Janurary 2024.
TryRuntime,
/// Key management CLI utilities