Skip to content

Commit

Permalink
Add inertiad command godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed May 30, 2018
1 parent 3420b55 commit 08b60c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/inertiad/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Created using an RSA private key.`,
}

var rootCmd = &cobra.Command{
Use: "inertia",
Use: "inertiad",
Short: "The inertia daemon CLI",
Version: getVersion(),
}
Expand Down
18 changes: 18 additions & 0 deletions daemon/inertiad/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
Inertiad is Inertia's daemon component. This service runs in the background on
your remote VPS and allows you to monitor and control your deployed application.
Even though it is built as command line application, inertiad not intended for
direct use - the Inertia daemon is supposed to be deployed as a Docker container,
the image for which can be found here:
https://hub.docker.com/r/ubclaunchpad/inertia/
When used, however, it offers two main commands:
inertiad token # generates and outputs a JWT in stdout
inertiad run # starts daemon service
*/

package main

0 comments on commit 08b60c0

Please sign in to comment.