Skip to main content

Human-oriented CLI for interacting with CFEngine policy language, projects, and other CFEngine tools

Project description

CFEngine command line interface (CLI)

A CLI for humans to interact with CFEngine, enabling downloading and installing packages, building policy sets, deploying, and enforcing policy. It is practically a wrapper around our other tools, like cf-agent, cf-hub, cf-remote and cfbs.

Warning: This is an early version. Things might be missing or changed. Proceed with caution and excitement.

Installation

Install using pip:

pip install cfengine

Usage

Run the CFEngine agent - evaluate and enforce policy

cfengine run

CFEngine CLI help

cfengine help

Print CFEngine CLI version

cfengine version

Automatically format source code

cfengine format

Check for errors in source code

cfengine lint

You can also specify filenames or folders:

cfengine lint main.cf

When it finds a mistake, it points out where the problem is like this:

    "Hello, CFEngine"
      ifvarclass => "cfengine";
      ^--------^
Deprecation: Use 'if' instead of 'ifvarclass' at main.cf:5:7
FAIL: main.cf (1 error)
Failure, 1 error in total.

Note that since we use a different parser than cf-agent / cf-promises, they are not 100% in sync. cf-agent could point out something as a syntax error, while cfengine lint does not and vice versa. We aim to make the tree-sitter parser (used in this tool) more strict in general, so that when cfengine lint is happy with your policy, cf-agent will also accept it. (But the opposite is not a goal, that cfengine lint must accept any policy cf-agent would find acceptable).

Build a policy set

cfengine build

(This is equivalent to running cfbs build).

Spawn and install cfengine from a config

this feature is still a work in progress

Given a yaml config:

templates:
  ubuntu:
    provider: vagrant
    vagrant:
      box: ubuntu/focal64

groups:
  myhub:
    role: hub
    source:
      count: 1
      mode: spawn
      spawn: ubuntu

up will spawn the necessary VMs and install cfengine using cf-remote.

cfengine up config.yaml

To validate the config, one can run:

cfengine up --validate config.yaml

Every time up is run, it will do all the necessary (spawn, destroy, install, uninstall) to reconciliate the current state with the input configuration. After a successful run, the applied configuration is saved. On subsequent runs, CFEngine compares the previously applied configuration with the current configuration and applies only the necessary changes.

To ignore the previously saved configuration and apply the current configuration as-is, run:

cfengine up --reset config.yaml

Supported platforms and versions

This tool will only support a limited number of platforms, it is not intended to run everywhere CFEngine runs. Currently we are targeting:

  • Officially supported versions of macOS, Ubuntu, and Fedora.
  • Officially supported versions of Python.

It is not intended to be installed on all hosts in your infrastructure. CFEngine itself supports a wide range of platforms, but this tool is intended to run on your laptop, your workstation, or the hub in your infrastructure, not all the other hosts.

Backwards compatibility

This CLI is entirely intended for humans. If you put it into scripts and automation, expect it to break in the future. In order to make the user experience better, we might add, change, or remove commands. We will also be experimenting with different types of interactive prompts and input.

Development, maintenance, contributions, and releases

Looking for more information related to contributing code, releasing new versions or otherwise maintaining the CFEngine CLI? Please see the HACKING.md file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cfengine-0.21.0.tar.gz (210.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cfengine-0.21.0-py3-none-any.whl (119.2 kB view details)

Uploaded Python 3

File details

Details for the file cfengine-0.21.0.tar.gz.

File metadata

  • Download URL: cfengine-0.21.0.tar.gz
  • Upload date:
  • Size: 210.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cfengine-0.21.0.tar.gz
Algorithm Hash digest
SHA256 33796bb28a07f4ecc1ea8a8658b9f5297013e010c5e3f23b81e3ccecd075285a
MD5 dbdab2fcfbee6be9e58b5b6018b0baa5
BLAKE2b-256 a5794eebf2407c2ae751ffceba37cf63a10c2de54bb893e95cbc7b4760843c7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cfengine-0.21.0.tar.gz:

Publisher: pypi-publish.yml on cfengine/cfengine-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cfengine-0.21.0-py3-none-any.whl.

File metadata

  • Download URL: cfengine-0.21.0-py3-none-any.whl
  • Upload date:
  • Size: 119.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cfengine-0.21.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1d40bb8ff8b2e56adf81eacc687337cff1f3396c4ff58c55920491df6d72ba86
MD5 32280be655ef113314da5d30e1976908
BLAKE2b-256 0806b3f3e61ffd7db89fd8458d71c0f06030ab1c32e53b0282c810b8b0477b50

See more details on using hashes here.

Provenance

The following attestation bundles were made for cfengine-0.21.0-py3-none-any.whl:

Publisher: pypi-publish.yml on cfengine/cfengine-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page