cmd

package
v1.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2020 License: GPL-3.0 Imports: 41 Imported by: 0

Documentation

Overview

Package cmd constructs all subcommands for coder-cli.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Make

func Make() *cobra.Command

Make constructs the "coder" root command.

Types

type DevURL

type DevURL struct {
	ID     string `json:"id"     table:"-"`
	URL    string `json:"url"    table:"URL"`
	Port   int    `json:"port"   table:"Port"`
	Name   string `json:"name"   table:"-"`
	Access string `json:"access" table:"Access"`
}

DevURL is the parsed json response record for a devURL from cemanager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL