The Google Cloud SDK contains tools and libraries that allow you to create and
manage resources on Google's Cloud Platform, including App Engine, Compute
Engine, Cloud Storage, Cloud SQL, and BigQuery.
Note that for obvious reasons, the "docker" subcommand and kubectl are not
supported on OpenBSD for managing a GKE cluster.
ok sthen@
Comment:
simple, pythonic tool for remote execution and deployment
Description:
Fabric is a Python library and command-line tool for streamlining the
use of SSH for application deployment or systems administration tasks.
It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.
Maintainer: Pablo Mendez Hernandez <pablomh@gmail.com>
WWW: http://www.fabfile.org/
Lsyncd watches a local directory tree using libinotify. It aggregates
and combines events for a few seconds and then spawns one (or more)
process(es) to synchronize the changes. By default this is rsync. Lsyncd
is thus a light-weight live mirror solution that is comparatively easy
to install not requiring new filesystems or blockdevices and does not
hamper local filesystem performance.
ok ajacoutot@
This program is the "inotify cron" system. It consist of a daemon and
a table manipulator. You can use it a similar way as the regular cron.
The difference is that the inotify cron handles filesystem events
rather than time periods.
The incron daemon (incrond) must be run under root (typically from
runlevel script etc.). It loads the current user tables and hooks
them for later changes.
The incron table manipulator may be run under any regular user
since it SUIDs. For manipulation with the tables use basically
the same syntax as for the crontab program. You can import a table,
remove and edit the current table.
ok ajacoutot@
This is a package of some commandline utilities relating to inotify.
The general purpose of this package is to allow inotify's features to
be used from within shell scripts.
ok ajacoutot@