Skip to content

Commit f40e503

Browse files
committed
Show typescript bindings deprecation in help docs.
1 parent ce983b2 commit f40e503

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FULL_HELP_DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Generate code client bindings for a contract
272272
###### **Subcommands:**
273273

274274
- `rust` — Generate Rust bindings
275-
- `typescript` — Generate a TypeScript / JavaScript package
275+
- `typescript`⚠️ Deprecated, use the JavaScript Stellar SDK instead (https://github.com/stellar/js-stellar-sdk#cli). Generate a TypeScript / JavaScript package
276276
- `python` — Generate Python bindings
277277
- `java` — Generate Java bindings
278278
- `flutter` — Generate Flutter bindings
@@ -291,7 +291,7 @@ Generate Rust bindings
291291

292292
## `stellar contract bindings typescript`
293293

294-
Generate a TypeScript / JavaScript package
294+
⚠️ Deprecated, use the JavaScript Stellar SDK instead (https://github.com/stellar/js-stellar-sdk#cli). Generate a TypeScript / JavaScript package
295295

296296
**Usage:** `stellar contract bindings typescript [OPTIONS] --output-dir <OUTPUT_DIR> <--wasm <WASM>|--wasm-hash <WASM_HASH>|--contract-id <CONTRACT_ID>>`
297297

cmd/soroban-cli/src/commands/contract/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub enum Cmd {
1111
/// Generate Rust bindings
1212
Rust(rust::Cmd),
1313

14-
/// Generate a TypeScript / JavaScript package
14+
/// ⚠️ Deprecated, use the JavaScript Stellar SDK instead (https://github.com/stellar/js-stellar-sdk#cli). Generate a TypeScript / JavaScript package
1515
Typescript(Box<typescript::Cmd>),
1616

1717
/// Generate Python bindings

0 commit comments

Comments
 (0)