couchbaselabs / couchbaselabs/couchbase-shell

Change `--tls-accept-all-certs` from String to switch in cb-env register

Open Beginner friendly
#373 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Rust
Stars
87
Forks
18
PR merge metrics
No merged PRs in 30d

Description

`cbenv-register` takes a flag `tls-accept-all-certs` that controls if all certs will work. Currently this is a String where it should be a switch. That is, if the flag is present then the value of the associated variable should be true, else it should be false. For an example see the `save` flag on the same command.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the cbenv-register command's definition and compare the tls-accept-all-certs flag with the save flag on the same command. Done means the flag behaves as a switch: its associated value is true when present and false when absent.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
82/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.