This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
missing badges for actions not created inside the shell #972
Comments
yup, we cannot know that the action is a jar action without some client side help. we could try to interpret the binary blob as any number of types (zip, jar, etc.), and see which works, i suppose. re: the difference in the body, this is more easily fixable. |
The kind and exec info isn’t enough? ie kind java and binary it’s a jar |
for java, perhaps |
Fair - for java it’s obvious. For the others it may not be clear whether zip or just binary. |
We could augment the cli to add the same annotation... wdyt? |
i think this could be valuable. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
an action not created in the shell will not generate badges:
create a java action in the shell:
action create j1 ~/projects/openwhisk/tests/dat/actions/helloJava.jar --main m
but create the same action from the command line and the rendering is different for
The text was updated successfully, but these errors were encountered: