ForceCLI/force

Error when trying to push a Flow

Closed this issue · 5 comments

I get an error when trying this command:
force push -t Flow -n Create_Child_Account_from_Account-6.flow

Validating and deploying push...
ERROR: exec: "ls": executable file not found in %!P(MISSING)ATH%!
(MISSING)

I get the same error without the extension.

Ok, I think I've found the issue. I think you are on windows and instead of "dir" and "ls" command is being used to search for wildcard values somewhere in the process. This is a no-no as obviously it is not cross platform. I will fix the bug.

Flow pushes are working for me and I have fixed the issue with the "ls" error

Thank You.