How the CLI works
The magic behind the CLI tool.
The three main configuration files
Profile
interface ProfileConfig {
default: string
[name: string]: {
apiKey: string
baseUrl: string
}
}Project configuration
Private Key
Last updated
Was this helpful?