~fwereade/pyjuju/go-log-type

  • Committer: William Reade
  • Author(s): William Reade
  • Date: 2012-02-17 09:22:47 UTC
  • mfrom: (61.1.1 go)
  • Revision ID: fwereade@gmail.com-20120217092247-bs9zhqak1w3uzkzr
add jujud command (with subcommands initzk, unit, machine, provisioning)

Moved some of cmd/juju into cmd, with some changes, for reuse by cmd/jujud;
added subcommands listed above. None of these commands actually do anything
yet; I'm waiting for the State connection work to stabilise a bit before I
hook this up.

It's interesting to note that SuperCommand (once JujuCommand) needs only a
little work before it can itself usefully Register further SuperCommands, but
there's no call for that at the moment (we'd need to add a managesLogging
field which, if unset, would block initOutput and prevent InitFlagSet from
trying to extend the subcommand, and set it only on the top-level command).

The various agent types now implement cmd.Command by embedding agentConf;
and, indeed, it's even nicer like this :).

R=rog, niemeyer
CC=
https://codereview.appspot.com/5642048
Filename Latest Rev Last Changed Committer Comment Size
..
charm 11 12 years ago Gustavo Niemeyer Applied the juju/charm renaming to the Go code bas Diff
cloudinit 25.2.1 12 years ago Roger Peppe add cloudinit package Diff
cmd 37.3.14 12 years ago William Reade hefty rearrangement, few actual changes Diff
environs 25.5.4 12 years ago Roger Peppe rename environ->environs Diff
juju 37.3.14 12 years ago William Reade hefty rearrangement, few actual changes Diff
log 20.1.1 12 years ago Mathieu Lonjaret logger: use global vars, becomes a package Diff
schema 1 12 years ago Gustavo Niemeyer Bootstrapped package. Diff
state 32.1.1 12 years ago Frank Mueller Initial adding of state for review. Diff
store 11.3.1 12 years ago Gustavo Niemeyer Bootstrapping store package. Diff
.bzrignore 19.5.10 12 years ago Roger Peppe ignore some files 34 bytes Diff Download File
.lbox 35.1.1 12 years ago Gustavo Niemeyer Remove all.bash and fixed syntax of .lbox. 28 bytes Diff Download File