Skip to main content

Stages artifacts into Amazon Web Services

Project description

📦 Startifact

codecov

Startifact is a command line application and Python package for staging and retrieving versioned artifacts in Amazon Web Services.

Full documentation is online at cariad.github.io/startifact.

Installation

pip install startifact

Configuration

Startifact uses a single shared configuration across all of your CI/CD pipelines.

Full documentation is online at cariad.github.io/startifact.

Usage

Staging an artifact

To stage an artifact, pass the project name, version and --stage argument with the path to the artifact:

startifact SugarWater 1.0.9000 --stage dist.tar.gz

Getting the latest version number of a project

To get the version number of the latest artifact staged for a project, pass the project name and --get argument for version:

startifact SugarWater --get version

The version number will be emitted to stdout.

Downloading an artifact

To download an artifact, pass the project name, optionally the version number, and the --download argument with the path to download to:

startifact SugarWater 1.0.0 --download dist.tar.gz

If the version is omitted or latest then the latest artifact will be downloaded, otherwise the literal version will be downloaded.

Project

Licence

Startifact is released at github.com/cariad/startifact under the MIT Licence.

See LICENSE for more information.

Author

Hello! 👋 I'm Cariad Eccleston and I'm a freelance DevOps and backend engineer. My contact details are available on my personal wiki at cariad.earth.

Please consider supporting my open source projects by sponsoring me on GitHub.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

startifact-1.0.0a5-py3-none-any.whl (26.1 kB view hashes)

Uploaded Python 3

Supported by

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