Excoriate/golang-cli-boilerplate

Cannot retrieve context from subcommand.

Closed this issue · 0 comments

🪲 Describe the Bug

Error while retrieving the CLI client from a subcommand.

{"level":"INFO","msg":"Scanned environment variable from host: TMPDIR=/var/folders/gp/91lb5zj160d7yf1dplhdmqcc0000gn/T/","timestamp":"2023-09-05 12:42:01"}
2023/09/05 12:42:01 Unable to get the client context.`

⚡️ Type of Bug

Please select the type of bug you are reporting:

  • Command Error
  • Crash/Error Message
  • Installation Issue
  • Documentation Issue
  • Other (Please describe)

🔬 Steps to Reproduce

Detail out the steps to reproduce the bug.
Example:

  1. Run the golang-cli-boilerplate resource command.
  2. Define the resource parameters.
  3. Observe the crash/error message.

🔑 Expected Behavior

Explain what you anticipated happening.
Example: "The CLI should've provisioned the resource and outputted success message."

🌚 Actual Behavior

Describe what actually occurred given the steps.
Example: "golang-cli-boilerplate crashed and an error message was displayed."

📷 Screenshots

Include screenshots to better illustrate the bug, if necessary.

🧰 Possible Solution

Impart any insight on a potential bug fix, if possible.

📝 Additional Context

Include any relevant logs, error messages, or related information that would provide more context to the bug.

🌪️ Impact

Provide details on the scale and severity of the bug. This helps determine the urgency of the fix.

📚 Related Documentation

Include any relevant documentation/resources that correlate with the bug.