-
Notifications
You must be signed in to change notification settings - Fork 65
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: Create new chectl command -> server:status #870
Conversation
Signed-off-by: Flavius Lacatusu <[email protected]>
Hi. About print the info aligned in bash terminal I found only this way: https://github.com/che-incubator/chectl/pull/870/files#diff-460d15365f3c03a6a088ecdc731b0b0eR66-R69. If someone know a better approach, Will be a pleasure to add it in my PR. |
Signed-off-by: Flavius Lacatusu <[email protected]>
Signed-off-by: Flavius Lacatusu <[email protected]>
You can try to use cli-table from https://github.com/oclif/cli-ux |
I've tried cli.table but prints only in columns from what I see in https://github.com/oclif/cli-ux#clitable |
Maybe you should try to use: |
Signed-off-by: Flavius Lacatusu <[email protected]>
In general the only flag is accepted is
|
@tolusha It is possible to get che version from CR... In case of nightly deployments(7.19.0-SNAPSHOT) will print only nightly. |
inside che-server pod:
|
without access-token it is not possible to get list of workspaces, so let's remove this info. |
Signed-off-by: Flavius Lacatusu <[email protected]>
Signed-off-by: Flavius Lacatusu <[email protected]>
Signed-off-by: Flavius Lacatusu <[email protected]>
Signed-off-by: Flavius Lacatusu [email protected]
What does this PR do?
This PR add a new command to chectl which prints some information about che instance: if Openshift Oauth is enabled, version, che url or how many workspaces exist.
Also this PR rename the variable of minishift e2e job (GITHUBTOKEN--> GITHUB_TOKEN)
What issues does this PR fix or reference?
eclipse-che/che#14476