File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,29 @@ Obtain a user account and API key [here](https://cloud.glesys.com).
13
13
` GLESYS_USERID ` - Project name "CL12345"
14
14
15
15
` GLESYS_TOKEN ` - API Key "abcx98765"
16
+
17
+ ## Usage from ` glectl -h `
18
+
19
+ ```
20
+ A longer description that spans multiple lines and likely contains
21
+ examples and usage of using your application. For example:
22
+
23
+ Cobra is a CLI library for Go that empowers applications.
24
+ This application is a tool to generate the needed files
25
+ to quickly create a Cobra application.
26
+
27
+ Usage:
28
+ glectl [command]
29
+
30
+ Available Commands:
31
+ completion Generate completion script
32
+ help Help about any command
33
+ ip Manage IPs in your current GleSYS project.
34
+ server Manage GleSYS servers in your project.
35
+
36
+ Flags:
37
+ -h, --help help for glectl
38
+ -t, --toggle Help message for toggle
39
+
40
+ Use "glectl [command] --help" for more information about a command.
41
+ ```
You can’t perform that action at this time.
0 commit comments