github.com/kotalco/kotal@v0.3.0/clients/stacks/types.go (about) 1 package stacks 2 3 const ( 4 // StacksNodeCommand is stacks node exec command 5 StacksNodeCommand = "stacks-node" 6 // StacksStartCommand is command used to start stacks node 7 StacksStartCommand = "start" 8 ) 9 10 const ( 11 // StacksArgConfig is argument used to set configuration file 12 StacksArgConfig = "--config" 13 )