Let's check that the manifest file exists. If not, let's raise an appropriate error that clarifies that this is the client-side manifest file (that is, it will be read by the CLI client, and not on the server).
The current missing-file error may be confusing, when the user provides a path that is actually valid on the server.
Let's check that the manifest file exists. If not, let's raise an appropriate error that clarifies that this is the client-side manifest file (that is, it will be read by the CLI client, and not on the server). The current missing-file error may be confusing, when the user provides a path that is actually valid on the server.
(cc @mfranzon)