~rogpeppe/juju-core/themue-058-debug-log-api

« back to all changes in this revision

Viewing changes to cmd/juju/deploy.go

  • Committer: Frank Mueller
  • Date: 2014-01-23 14:14:49 UTC
  • mfrom: (2152.1.95 juju-core)
  • Revision ID: frank.mueller@canonical.com-20140123141449-b30l57y7gs3wjkpw
debugger: merged trunk and fixed permission and interface problems

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        f.BoolVar(&c.BumpRevision, "upgrade", false, "")
89
89
        f.Var(&c.Config, "config", "path to yaml-formatted service config")
90
90
        f.Var(constraints.ConstraintsValue{&c.Constraints}, "constraints", "set service constraints")
91
 
        f.StringVar(&c.RepoPath, "repository", os.Getenv(osenv.JujuRepository), "local charm repository")
 
91
        f.StringVar(&c.RepoPath, "repository", os.Getenv(osenv.JujuRepositoryEnvKey), "local charm repository")
92
92
}
93
93
 
94
94
func (c *DeployCommand) Init(args []string) error {