Skip to content

[v2] option behaviour #1052

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

Closed
antofthy opened this issue Oct 4, 2019 · 1 comment
Closed

[v2] option behaviour #1052

antofthy opened this issue Oct 4, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@antofthy
Copy link

antofthy commented Oct 4, 2019

  • code-server version: 2.1523-vsc1.38.1
  • OS Version: Docker on RH 7 runnign Debian Buster (php-apache) containers

Description

Option --telemetry result in "error File not found"

Also how can you specifically say --cert and NOT give an argument

Steps to Reproduce

This works fine...

code-server . --port 8443 --auth password --cert

added --cert as last argument so it generates a certificate
This then fails with "error File not found"

code-server . --telemetry --port 8443 --auth password --cert
@antofthy antofthy added the bug Something isn't working label Oct 4, 2019
@antofthy antofthy changed the title option behaviour [v2] option behaviour Oct 4, 2019
@antofthy
Copy link
Author

antofthy commented Oct 8, 2019

Never mind about --cert I discovered using -cert "" will do the job of requesting code-server to generate a self-signed certificate without --cert needing to be the last argument.

Perhaps this needs to be made clear in --help

Also --telemetry looks to require a json file of some kind according to a separate issue.
#1019 (comment)

Again something that could be made clear in --help

Closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants