3.2.1 • Published 3 years ago

etcetera v3.2.1

Weekly downloads
266
License
ISC
Repository
github
Last release
3 years ago

etcetera

on npm Coverage Status

Read config from etcd. Fill out templates. Write upstart files. Be our diode electrode generator oscillator configurator make a circuit with us.

An example template is in templates/configuration.tmpl.

Usage

npm install -g etcetera

This will install two commandline tools.

etcetera

Configure the named application by filling out its template with data from etcd.

etcetera [-d deploydir] [-g hostgroup] [-c template] appname
Options:
  --version        Show version number                                 [boolean]
  -d, --deploydir  full path to deploy directory
  -t, --template   configuration template file name
                                                 [default: "configuration.tmpl"]
  -g, --group      hostgroup, if there is one                      [default: ""]
  -s, --silent     do not log helpfully                                [boolean]
  -h, --host       etcd host to talk to (overrides `.renvrc`)            [array]
  -e, --env        etcdrc environment
  -u, --username   etcd username
  -p, --password   etcd password
  --help           Show help                                           [boolean]
Examples:
  etcetera my-service
  etcetera -d /mnt/deploys/foozle my-service

upstarter

Generate an upstart file from the provided config

upstarter [-o output] [service-name|configpath]
Options:
  -o, --output  where to write the upstart files          [default: "/etc/init"]
  -s, --silent  do not log helpfully                                   [boolean]
  --help        Show help                                              [boolean]

Examples:
  upstarter my-service
  upstarter -o /etc/whatever /mnt/deploys/my-service/configuration.toml

If you don't have a full path in the target for upstarter, it will look for a configuration file in /mnt/deploys/TARGET/configuration.toml.

systemder

Generate a systemd unit file from a provided config

generate a systemd unit file from the provided config
systemder.js [-o output] [service-name|configpath]

Options:
      --version   Show version number                                  [boolean]
  -o, --output    where to write the upstart files
                                               [default: "/etc/systemd/system/"]
  -s, --silent    do not log helpfully                                 [boolean]
  -f, --filebeat  write to filebeat instead of disk                    [boolean]
      --help      Show help                                            [boolean]

Examples:
  systemder my-service
  systemder -o /etc/whatever /mnt/deploys/my-service/configuration.toml

.etcdrc

etcetera will read your etcd configuration from any .etcdrc files you have sitting around, defaulting with $HOME/.etcdrc and falling back to $HOME/.renvrc for backwards compatibility

LICENSE

ISC.

3.2.1

3 years ago

3.2.0

3 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.3.5

5 years ago

2.3.4

5 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.4.2

7 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago