Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example in the FAQ implies that manifest name is not strict #29

Open
shaikezr opened this issue Apr 1, 2019 · 1 comment
Open

Example in the FAQ implies that manifest name is not strict #29

shaikezr opened this issue Apr 1, 2019 · 1 comment

Comments

@shaikezr
Copy link

shaikezr commented Apr 1, 2019

Example in the FAQ implies that manifest name is not strict, however manifests seem to need to be called codius.json according to this error:

$ codius upload manifest.json
⚠ Hosts will NOT be added to the HOSTS env in the generated manifest.
✖ Validating File Locations
2019-04-01T21:49:20.471Z codius-cli:uploadhandler error Codius File
 /Users/{me}/Desktop/Code/examples/nginx/codius.json
does not exists please add a codius.json file.

I suggest changing the last line from:

codius upload /tmp/example-manifest.json --host https://host1.codius.live --duration 200

to:

codius upload /tmp/example/codius.json --host https://host1.codius.live --duration 200
@wilsonianb
Copy link
Contributor

wilsonianb commented Apr 19, 2019

Manifest names aren't strict, but --codius-file is needed to specify it.
So it should be

codius upload --codius-file /tmp/example-manifest.json --host https://host1.codius.live --duration 200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants