onepub-dev / onepub-dev/dcli

nj-ssh - when gcloud isn't configured a blank error is displayed and no exit code.

Open
#72 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dart
Stars
265
Forks
30
PR merge metrics
No merged PRs in 30d

Description

./nj-ssh.dart abc
exception
RunException
gcloud config list --format 'value(core.project)'
exit: null

Check the RunException when using stringAsProcess.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with ./nj-ssh.dart abc when gcloud is not configured, then inspect the RunException path used by stringAsProcess. Check how the command output and exit value from gcloud config list --format 'value(core.project)' are handled. Done means the failure displays a useful error and provides a non-null exit code.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.