Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "alpacon", Aliases: []string{"ac"}, Short: "Access infrastructure securely with Alpacon", Long: `Alpacon CLI provides secure access to remote servers without SSH keys, VPNs, or bastion hosts. Open terminals, execute commands, transfer files, create TCP tunnels, and manage certificates — all with zero-trust authentication, MFA, session recording, and role-based access controls. Designed to be used by engineers, AI coding agents, and CI/CD platforms alike.`, Run: func(cmd *cobra.Command, args []string) { utils.ShowLogo() fmt.Fprintln(os.Stderr, "Welcome to Alpacon CLI! Use 'alpacon [command]' to execute a specific command or 'alpacon help' to see all available commands.") }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.