Skip to content

Commit c7922c7

Browse files
committed
build: Allow specifying obelisk params in Justfile
1 parent 004b3ff commit c7922c7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serve-oci:
2323
obelisk server run --server-config server.toml --deployment ${CONFIG:-obelisk-oci.toml}
2424

2525
app-init params:
26-
obelisk execution submit -f .../workflow.app-init '{{params}}'
26+
obelisk execution submit ${OBELISK_SUBMIT_FLAGS:---follow} .../workflow.app-init '{{params}}'
2727

2828
start-restart-should-persist-state *params:
29-
obelisk execution submit -f .../testing.start-restart-should-persist-state {{params}}
29+
obelisk execution submit ${OBELISK_SUBMIT_FLAGS:---follow} .../testing.start-restart-should-persist-state {{params}}

obelisk-external.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Contains external components, used for wit/deps regeneration:
22
# obelisk generate wit-deps --deployment obelisk-external.toml wit/deps --overwrite
3+
# TODO: Remove, use obelisk generate wit-deps --skip-local
34

45
[[activity_wasm]]
56
name = "activity_fly_http"

0 commit comments

Comments
 (0)