Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Daytime of the night Daytime port = 13 // FTP protocol port number FTP port = 21 // SSH protocol port number SSH port = 22 // Telnet protocol port number Telnet port = 23 // SMTP protocol port number SMTP port = 25 // Time protocol port number Time port = 37 // Whois protocol port number Whois port = 43 // DNS protocol port number DNS port = 53 // TFTP protocol port number TFTP port = 69 // Gopher protocol port number Gopher port = 70 // HTTP protocol port number HTTP port = 80 // Kerberos protocol port number Kerberos port = 88 // Nic protocol port number Nic port = 101 // SFTP protocol port number SFTP port = 115 // NTP protocol port number NTP port = 123 // IMAP protocol port number IMAP port = 143 // SNMP protocol port number SNMP port = 161 // IRC protocol port number IRC port = 194 // HTTPS protocol port number HTTPS port = 443 // Docker protocol port number Docker port = 2376 // RDP protocol port number RDP port = 3389 // Minecraft protocol port number Minecraft port = 25565 )
View Source
const Version = "1.0.0"
Version represents the cli latest version
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "exo", Short: "Manage easily your Exoscale infrastructure", SilenceUsage: true, SilenceErrors: true, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- affinitygroup.go
- affinitygroup_create.go
- affinitygroup_delete.go
- affinitygroup_list.go
- api.go
- api_layout.go
- config.go
- config_delete.go
- config_list.go
- config_set.go
- config_show.go
- dns.go
- dns_add.go
- dns_create.go
- dns_delete.go
- dns_list.go
- dns_records_add.go
- dns_records_update.go
- dns_remove.go
- dns_show.go
- dns_update.go
- eip.go
- eip_associate.go
- eip_create.go
- eip_delete.go
- eip_dissociate.go
- eip_list.go
- eip_show.go
- firewall.go
- firewall_add.go
- firewall_create.go
- firewall_delete.go
- firewall_list.go
- firewall_remove.go
- firewall_show.go
- flags.go
- icmp_code.go
- icmp_type.go
- icmpcode_string.go
- icmptype_string.go
- port.go
- port_string.go
- privnet.go
- privnet_associate.go
- privnet_create.go
- privnet_delete.go
- privnet_dissociate.go
- privnet_list.go
- privnet_show.go
- privnet_update.go
- request.go
- root.go
- serviceoffering.go
- sos.go
- sos_acl.go
- sos_create.go
- sos_delete.go
- sos_download.go
- sos_headers.go
- sos_list.go
- sos_metadata.go
- sos_remove.go
- sos_upload.go
- ssh.go
- sshkey.go
- sshkey_create.go
- sshkey_delete.go
- sshkey_list.go
- sshkey_upload.go
- template.go
- template_list.go
- template_show.go
- version.go
- vm.go
- vm_create.go
- vm_delete.go
- vm_list.go
- vm_reboot.go
- vm_reset.go
- vm_resize.go
- vm_scale.go
- vm_show.go
- vm_start.go
- vm_stop.go
- zone.go
Click to show internal directories.
Click to hide internal directories.