Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultStorageDir = "storage"
DefaultStorageDir is the default directory name in which data is stored relatively to the cozy-stack binary.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "cozy-stack <command>", Short: "cozy-stack is the main command", Long: `Cozy is a platform that brings all your web services in the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one profiles you.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return config.Setup(cfgFile) }, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Usage() }, SilenceUsage: true, SilenceErrors: true, }
RootCmd represents the base command when called without any subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.