MCPcopy Index your code
hub / github.com/rilldata/rill / DotenvCmd

Function DotenvCmd

cli/cmd/devtool/dotenv.go:13–23  ·  view source on GitHub ↗
(ch *cmdutil.Helper)

Source from the content-addressed store, hash-verified

11)
12
13func DotenvCmd(ch *cmdutil.Helper) *cobra.Command {
14 cmd := &cobra.Command{
15 Use: "dotenv",
16 Short: "Utilities for managing .env files",
17 }
18
19 cmd.AddCommand(DotenvRefreshCmd(ch))
20 cmd.AddCommand(DotenvUploadCmd(ch))
21
22 return cmd
23}
24
25func DotenvRefreshCmd(ch *cmdutil.Helper) *cobra.Command {
26 cmd := &cobra.Command{

Callers 1

DevtoolCmdFunction · 0.85

Calls 2

DotenvRefreshCmdFunction · 0.85
DotenvUploadCmdFunction · 0.85

Tested by

no test coverage detected