File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ stl builds create [--allow-empty] [--project <name>]
3737
3838For details about specific commands, use the ` --help ` flag.
3939
40+ ## Global Flags
41+
42+ - ` --debug ` - Enable debug logging (includes HTTP request/response details)
43+ - ` --version ` , ` -v ` - Show the CLI version
44+
4045## Workspace Configuration
4146
4247The CLI supports workspace configuration to avoid repeatedly specifying the project name. When you run a command, the CLI will:
Original file line number Diff line number Diff line change 77)
88
99var Command = cli.Command {
10- Name : "stl" ,
11- Usage : "CLI for the stainless API" ,
10+ Name : "stl" ,
11+ Usage : "CLI for the stainless API" ,
12+ Version : Version ,
1213 Flags : []cli.Flag {
1314 & cli.BoolFlag {
1415 Name : "debug" ,
Original file line number Diff line number Diff line change 1+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
3+ package cmd
4+
5+ const Version = "0.0.1-alpha.0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments