Skip to main content

Stages artefacts into Amazon Web Services

Project description

📦 Startifact

codecov

Startifact is a command line application and Python package for staging and retrieving versioned artefacts 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 artefact

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

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 artefact 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 artefact

To download an artefact, 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 artefact 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.0a2-py3-none-any.whl (19.9 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