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
In order to "register" a skeleton, it's currently necessary to manually zip the directory and then call wisk -a on it. This isn't all that hard, but it'd be better if wisk -a was capable of automatically zipping a normal directory.
Acceptance criteria is that wisk -a ./skeleton/ will work as well as zip ./skeleton; wisk -a ./skeleton.zip.
The text was updated successfully, but these errors were encountered:
In order to "register" a skeleton, it's currently necessary to manually zip the directory and then call
wisk -a
on it. This isn't all that hard, but it'd be better ifwisk -a
was capable of automatically zipping a normal directory.Acceptance criteria is that
wisk -a ./skeleton/
will work as well aszip ./skeleton; wisk -a ./skeleton.zip
.The text was updated successfully, but these errors were encountered: