You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FULL_HELP_DOCS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,7 @@ To view the commands that will be executed, without executing them, use the --pr
396
396
If ommitted, wasm files are written only to the cargo target directory.
397
397
398
398
-`--locked` — Assert that `Cargo.lock` will remain unchanged
399
+
-`--env <ENV>` — Set an environment variable for the build (repeatable), e.g. `--env NAME=VALUE`. It's set on the build process; for a verifiable build it's passed to the container and recorded as a `bldopt`, so avoid secrets there
399
400
-`--optimize <OPTIMIZE>` — Optimize the generated wasm. Enabled by default; pass `--optimize=false` to disable. Requires the `additional-libs` feature
400
401
401
402
Default value: `true`
@@ -501,6 +502,7 @@ Deploy a wasm contract
501
502
Default value: `false`
502
503
503
504
-`--alias <ALIAS>` — The alias that will be used to save the contract's id. Whenever used, `--alias` will always overwrite the existing contract id configuration without asking for confirmation
505
+
-`--env <ENV>` — Set an environment variable for the build (repeatable), e.g. `--env NAME=VALUE`. It's set on the build process; for a verifiable build it's passed to the container and recorded as a `bldopt`, so avoid secrets there
504
506
-`--optimize <OPTIMIZE>` — Optimize the generated wasm. Enabled by default; pass `--optimize=false` to disable. Requires the `additional-libs` feature
505
507
506
508
Default value: `true`
@@ -875,6 +877,7 @@ Install a WASM file to the ledger without creating a contract instance
875
877
876
878
Default value: `false`
877
879
880
+
-`--env <ENV>` — Set an environment variable for the build (repeatable), e.g. `--env NAME=VALUE`. It's set on the build process; for a verifiable build it's passed to the container and recorded as a `bldopt`, so avoid secrets there
878
881
-`--optimize <OPTIMIZE>` — Optimize the generated wasm. Enabled by default; pass `--optimize=false` to disable. Requires the `additional-libs` feature
879
882
880
883
Default value: `true`
@@ -938,6 +941,7 @@ Install a WASM file to the ledger without creating a contract instance
938
941
939
942
Default value: `false`
940
943
944
+
-`--env <ENV>` — Set an environment variable for the build (repeatable), e.g. `--env NAME=VALUE`. It's set on the build process; for a verifiable build it's passed to the container and recorded as a `bldopt`, so avoid secrets there
941
945
-`--optimize <OPTIMIZE>` — Optimize the generated wasm. Enabled by default; pass `--optimize=false` to disable. Requires the `additional-libs` feature
0 commit comments