You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ An Alternative CLI for Jelastic in Go
4
4
5
5
## Why rewrite the CLI in Go?
6
6
7
-
The official Jelastic command-line interface (CLI) is written in Java, which can make it heavy and inconvenient to use in continuous integration/continuous deployment (CI/CD) environments.
7
+
The [official Jelastic command-line interface (CLI)](https://www.virtuozzo.com/application-platform-docs/cli/) is written in Java, which can make it heavy and inconvenient to use in continuous integration/continuous deployment (CI/CD) environments.
8
8
9
9
Rewriting the CLI in Go will make it lighter and more portable, allowing it to be easily incorporated into CI/CD pipelines and used on a variety of systems without the need for additional dependencies.
10
10
@@ -16,13 +16,16 @@ This will make it easier for developers to manage and deploy applications on Jel
*[GoJelastic getAccount](GoJelastic_getAccount.md) - Gets account by session.
23
+
*[GoJelastic getAccount](GoJelastic_getAccount.md) - Gets account by session
24
24
*[GoJelastic getContainerEnvVars](GoJelastic_getContainerEnvVars.md) - Gets env vars of container
25
25
*[GoJelastic getEnv](GoJelastic_getEnv.md) - Gets the full information about environment
26
-
*[GoJelastic getEnvs](GoJelastic_getEnvs.md) - Gets the information about all environments of a user.
26
+
*[GoJelastic getEnvs](GoJelastic_getEnvs.md) - Gets the information about all environments of a user
27
+
*[GoJelastic getExtendedAccountBillingHistoryByPeriod](GoJelastic_getExtendedAccountBillingHistoryByPeriod.md) - Gets extended account billing history by period
27
28
*[GoJelastic getGroups](GoJelastic_getGroups.md) - Get group list
28
29
*[GoJelastic getList](GoJelastic_getList.md) - Get list of an environment
0 commit comments