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

feat(env): Add describe and remove cmds #202

Merged
merged 8 commits into from
Oct 20, 2021

Conversation

raulb
Copy link
Member

@raulb raulb commented Oct 18, 2021

Description of change

Fixes #183 and #181

Depends on https://github.com/meroxa/meroxa-go/pull/64

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Tested in staging

Demo

Before this pull-request

  • Commands didn't exist

After this pull-request

❯ .m env describe environment-203946
       UUID:                                
       Name:   environment-203946            
   Provider:   aws                           
     Region:   us-east-1                     
       Type:   dedicated                     
     Status:   provisioning                  
 Created At:   2021-10-16 08:08:25 +0000 UTC 
 Updated At:   2021-10-16 08:08:25 +0000 UTC 

❯ .m env rm environment-203946
To proceed, type "environment-203946" or re-run this command with --force
▸ environment-203946
Environment "environment-203946" is being removed...
Run `meroxa env describe environment-203946` for status.

❯ .m env describe environment-203946
       UUID:                                 
       Name:   environment-203946            
   Provider:   aws                           
     Region:   us-east-1                     
       Type:   dedicated                     
     Status:   deprovisioning                
 Created At:   2021-10-16 08:08:25 +0000 UTC 
 Updated At:   2021-10-18 12:21:52 +0000 UTC 

@raulb raulb self-assigned this Oct 18, 2021
@raulb raulb force-pushed the raul/add-describe-and-delete-env branch from a24df75 to 9ebdc61 Compare October 18, 2021 12:20
@raulb raulb marked this pull request as ready for review October 18, 2021 12:20
@raulb raulb merged commit cf9e35e into master Oct 20, 2021
@raulb raulb deleted the raul/add-describe-and-delete-env branch October 20, 2021 07:36
@raulb raulb mentioned this pull request Oct 29, 2021
3 tasks
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.

[Stage 1: CLI] meroxa env delete
2 participants