Problem
When installing contract dependencies, users have to manually select a deployment account through prompts, which slows down automation and workflows.
Solution
Add a --deployment-account flag to dependency installation commands that automatically uses the specified account for deployments, skipping the interactive prompt.
Usage
flow dependencies install DeFiActions --deployment-account my-account
flow dependencies discover --deployment-account my-account
Problem
When installing contract dependencies, users have to manually select a deployment account through prompts, which slows down automation and workflows.
Solution
Add a
--deployment-accountflag to dependency installation commands that automatically uses the specified account for deployments, skipping the interactive prompt.Usage