Skip to content
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

bug(environments): Expose the env repair command #254

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

janelletavares
Copy link
Contributor

@janelletavares janelletavares commented Feb 11, 2022

Description of change

Fixes #253

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging

Demo

####before
$ m env
Manage environments on Meroxa

Usage:
meroxa environments [command]

Aliases:
environments, env, environment

Available Commands:
create Create an environment
describe Describe environment
list List environments
remove Remove environment
update Update an environment

Flags:
-h, --help help for environments

Global Flags:
--cli-config-file string meroxa configuration file
--debug display any debugging information
--json output json
--timeout duration set the duration of the client timeout in seconds (default 10s)

Use "meroxa environments [command] --help" for more information about a command.

####after
$m env
Manage environments on Meroxa

Usage:
meroxa environments [command]

Aliases:
environments, env, environment

Available Commands:
create Create an environment
describe Describe environment
list List environments
remove Remove environment
repair Repair environment
update Update an environment

Flags:
-h, --help help for environments

Global Flags:
--cli-config-file string meroxa configuration file
--debug display any debugging information
--json output json
--timeout duration set the duration of the client timeout in seconds (default 10s)

Use "meroxa environments [command] --help" for more information about a command.

|||

Additional references

Documentation updated

@janelletavares janelletavares changed the title Expose the env repair command bug(environments): Expose the env repair command Feb 11, 2022
@janelletavares janelletavares merged commit 4d88738 into master Feb 11, 2022
@janelletavares janelletavares deleted the repair-hidden branch February 11, 2022 00:37
raulb added a commit that referenced this pull request Feb 11, 2022
@raulb raulb mentioned this pull request Feb 11, 2022
4 tasks
raulb added a commit that referenced this pull request Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Environments CLI available commands does not include repair and its description
2 participants