Documentation
¶
Index ¶
- Constants
- Variables
- func AdminAPIKeysCommand() *cli.Command
- func AuditLogsCommand() *cli.Command
- func CertificatesCommand() *cli.Command
- func InvitesCommand() *cli.Command
- func ProjectAPIKeysCommand() *cli.Command
- func ProjectRateLimitsCommand() *cli.Command
- func ProjectServiceAccountsCommand() *cli.Command
- func ProjectUsersCommand() *cli.Command
- func ProjectsCommand() *cli.Command
- func UsageCommand() *cli.Command
- func UsersCommand() *cli.Command
- type BaseCommand
- type CommandProvider
- type TableData
Constants ¶
View Source
const ( DefaultBaseURL = openaiorgs.DefaultBaseURL // Common output formats. OutputFormatPretty = "pretty" OutputFormatJSON = "json" )
Constants should be grouped at the top.
Variables ¶
View Source
var ( ValidOutputFormats = map[string]bool{ OutputFormatPretty: true, OutputFormatJSON: true, } )
Common flag definitions grouped together.
Functions ¶
func AdminAPIKeysCommand ¶ added in v0.3.0
func AuditLogsCommand ¶
func CertificatesCommand ¶ added in v0.6.0
func InvitesCommand ¶
func ProjectAPIKeysCommand ¶ added in v0.3.1
func ProjectRateLimitsCommand ¶ added in v0.2.16
func ProjectUsersCommand ¶
func ProjectsCommand ¶
func UsageCommand ¶ added in v0.3.1
func UsersCommand ¶
Types ¶
type BaseCommand ¶ added in v0.2.8
Base type and its methods grouped together.
func (*BaseCommand) Command ¶ added in v0.2.8
func (b *BaseCommand) Command() *cli.Command
func (*BaseCommand) Subcommands ¶ added in v0.2.8
func (b *BaseCommand) Subcommands() []*cli.Command
type CommandProvider ¶ added in v0.2.8
Interfaces and types grouped together.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package main provides an MCP (Model Context Protocol) server implementation for managing OpenAI organizations.
|
Package main provides an MCP (Model Context Protocol) server implementation for managing OpenAI organizations. |
Click to show internal directories.
Click to hide internal directories.