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: b3lbctl describe tenant <tenant> #43

Closed
SLedunois opened this issue Apr 4, 2022 · 0 comments · Fixed by #57
Closed

feat: b3lbctl describe tenant <tenant> #43

SLedunois opened this issue Apr 4, 2022 · 0 comments · Fixed by #57
Labels
enhancement New feature or request
Milestone

Comments

@SLedunois
Copy link
Collaborator

Command

b3lbctl describe tenant <tenant>

Flags

No flags

Description

It calls GET /admin/api/tenants/:hostname endpoint to retrieve a given tenant and print the yaml content like:

kind: Tenant
spec:
  host: balancer.tenant1.com
instances:
  - http://bigbluebutton1
  - http://bigbluebutton2
  - http://bigbluebutton3
@SLedunois SLedunois added the enhancement New feature or request label Apr 4, 2022
@SLedunois SLedunois added this to the 2.0.0 milestone Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant