Skip to main content

Unofficial CLI tool for working with AWS AppConfig

Project description

AWS AppConfig CLI

NOTE: This is still early in development

CLI tool for working with AWS AppConfig

This tool is designed to make working with AWS AppConfig a little easier. The default API, and therefore the AWS SDK's and CLI tools rely on knowledge of obscure ID's to reference applications, profiles, environments etc. This CLI allows you to use the familiar names of these components as well as simplifying the interface to AppConfig.

Current limitations

  • Only supports Hosted Configuration AppConfig
  • Only supports JSON formatted Hosted configuration
  • Only supports getting & updating configuration

Usage

> appconf --help
Usage: appconf [OPTIONS] COMMAND [ARGS]...

Options:
  --aws-profile TEXT  AWS Profile Name
  --help              Show this message and exit.

Commands:
  get  Get the current hosted configuration for the application & profile
  put  Upload a new hosted configuration version for the application &...

Examples:

  • Get current config: appconf get --app <application name> --profile <profile name>
  • Put new config:
    • appconf put -a <application name> -p <profile name> path/to/config.json
    • appconf put -a <application name> -p <profile name> < cat path/to/config.json
    • cat path/to/config.json | appconf put -a <application name> -p <profile name>

Changelog

0.1.1

  • Corrected/caught error when retrieving profiles with no configuration
  • Support for pipes when using "put" config

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

appconfig_cli-0.1.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

appconfig_cli-0.1.1-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file appconfig_cli-0.1.1.tar.gz.

File metadata

  • Download URL: appconfig_cli-0.1.1.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.1 CPython/3.9.12 Darwin/22.5.0

File hashes

Hashes for appconfig_cli-0.1.1.tar.gz
Algorithm Hash digest
SHA256 42c94c481d93090623a0a9f313a669b75b5bd6d5b0b463d98ffd1ef1197d9459
MD5 d44183b04ad4f18c5a814b32c28365d5
BLAKE2b-256 51bec66caefd44cbf24e597866dfb565696989b6aaa5bd871e9fbd0b4d823687

See more details on using hashes here.

File details

Details for the file appconfig_cli-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: appconfig_cli-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.1 CPython/3.9.12 Darwin/22.5.0

File hashes

Hashes for appconfig_cli-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3518de8076682ee3c23200bc1d065d9de004ce770ab135e1807a7cb96dc4fef9
MD5 ea84aed25bd541cbecc9108c18253171
BLAKE2b-256 790d748221a0b8395560f263c108a6ffc4a0412dfbd8599e5edd260c38a32833

See more details on using hashes here.

Supported by

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