Mod note: As of SDK 1.5.0 Scenarios have been superseded by the more powerful Daml Script. We now recommend using that for all purposes. For more information, and to learn how to use Script please check out @Andreas’ post on our blog.
Previously it was possible to setup a Sandbox by specifying a scenario. E.g.:
daml sandbox -- --scenario Sample.LedgerSetupScenario
Is there an equivalent for DAML Scripts? I know this can be configured in daml.yaml, but I need this feature for daml sandbox.
