Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
application resource type flag (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kherroWisc authored Aug 9, 2018
1 parent 790cabc commit f43a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ func RootCmd() *cobra.Command {
cmd.PersistentFlags().IntP("api-port", "p", 8800, "port to start the API server on.")
cmd.PersistentFlags().BoolP("headless", "", false, "run ship in headless mode")
cmd.PersistentFlags().Bool("no-open", false, "skip opening the ship console in the default browser--does not disable the UI, has no effect if `headless` is set to true.")

cmd.PersistentFlags().String("state-file", "", "path to the state file to read from, defaults to .ship/state.json")
cmd.PersistentFlags().String("resource-type", "", "upstream application resource type")

cmd.AddCommand(Init())
cmd.AddCommand(Watch())
Expand Down

0 comments on commit f43a9f5

Please sign in to comment.