Add ability to specify multiple --input-file
#38
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/icepick#38
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use case: I want the ability to specify
--input-file address.json
and--input-file nonce.json
and have both variables be loaded, but I don't want to necessarily have a 1:1 mapping of address and nonce. This would allow the ability to specify both.this is less pressing than i thought it would be. we don't need the nonce address on the offline machine, and we don't need the payer on the online machine.
This was meant to help us remove the need to use
jq
:@ryan
Yes, you can still run
icepick workflow sol generate-address
and put the entire content in$account_id.json
, and load the entire thing inicepick workflow sol generate-nonce-account
. This was to help with a scenario when using multiple of these files, which doesn't exist.There's no case where you need to load the two files we have - the account, and the nonce account - in the same workflow.