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
I think fn publish should work something along these lines:
fn publish APP_NAME
Recurse through all subdirectories
If there is a func.yaml file or a Dockerfile, build the function and push it
Update route with IronFunctions server. Route path being the route defined in the func.yaml file or the directory name. (should route be changed to path in func.yaml?). App name being APP_NAME.
#351
Most likely
funcfile
struct can be trimmed down to fewer attributes.The text was updated successfully, but these errors were encountered: