redhat-developer / app-services-cli

Command Line Interface for RHOAS
https://redhat-developer.github.io/app-services-website/
Apache License 2.0
42 stars 72 forks source link

feat: do not check for context existence if a custom context file is set #1751

Closed lburgazzoli closed 2 years ago

lburgazzoli commented 2 years ago

As today, it a custom context file is set, then the code check for the existence of the context file and fails if it does not exist, however, this is not true for custom configuration location. This PR aims to make config and context behaving consistently.

Verification Steps

  1. Set RHOASCONFIG to an not existing file
  2. Run rhoas
  3. No error should be reported and the RHOASCONFIG file should have been created

Type of change

rkpattnaik780 commented 2 years ago

The change has been released in v0.51.2.