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

As a CLI user, I'd like to know what to expect when provisioning an environment #240

Open
raulb opened this issue Jan 31, 2022 · 1 comment
Labels

Comments

@raulb
Copy link
Member

raulb commented Jan 31, 2022

Is your feature request related to a problem? Please describe.

When provisioning an environment, users should receive an email and we only warn users that could check for provisioning status by doing env describe NAME. It might be worth informing about an email they should receive:

Provisioning environment...
Environment “your-env” is being provisioned. Run `meroxa env describe your-env` for status

Describe the solution you'd like

Include something about receiving an email:

Provisioning environment...
Environment “your-env” is being provisioned. You should receive an email when your environment has been fully provisioned.
Run `meroxa env describe your-env` for status

Describe alternatives you've considered

Implement a --watch option that would be polling for status updates without having to run the same command multiple times:

$ meroxa env describe your-env --watch
       UUID:   ...
       Name:   your-env
   Provider:   aws
     Region:   us-east-1
       Type:   self_hosted
     Status:   {"state":"provisioning"}
 Created At:   2022-01-31 14:47:07 +0000 UTC
 Updated At:   2022-01-31 14:47:07 +0000 UTC

# Ctrl+C if you want stop polling
@jayebrown
Copy link

jayebrown commented Feb 1, 2022

Environment “your-env” is being provisioned. You should receive an email when your environment has been fully provisioned.
Run `meroxa env describe your-env` for status```

Change to

```Provisioning environment...
Environment "your-env" is being provisioned. You will receive an email when provisioning is complete.```

@justmisosoup justmisosoup added ktlo enhancement New feature or request small and removed enhancement New feature or request ktlo labels Feb 2, 2022
@raulb raulb removed the cli label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants