Discover Packages
github.com/nais/cli/v2
internal
naisapi
command
flag
package
Version:
v2.0.2
Opens a new window with list of versions in this module.
Published: Jun 30, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AddMember struct {
*Team
Owner bool `name:"owner" short:"o" usage:"Assign owner role to the member."`
}
type Api struct {
*Alpha
}
type ListMembers struct {
*Team
Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}
type ListWorkloads struct {
*Team
Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}
type Proxy struct {
*Api
ListenAddr string `name:"listen" short:"l" usage:"Address the proxy will listen on."`
}
type RemoveMember struct {
*Team
}
type Schema struct {
*Api
}
type Status struct {
*Api
Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}
type Team struct {
*Api
}
type Teams struct {
*Api
All bool `name:"all" short:"a" usage:"List all teams, not just the ones you are a member of."`
Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.