Skip to main content

CLI tools used in Codemagic builds

Project description

Various utilities to simplify your builds at codemagic.io

Installing

pip3 install codemagic-cli-tools

Usage

Package installs the following executables to your path:

  • app-store-connect
  • git-changelog
  • keychain
  • universal-apk
  • xcode-project

See their documentation by running <command> --help or <command> <subcommand> --help.

For example:

universal-apk generate --help

All tools have mirroring Python api too:

>>> from codemagic.tools import AppStoreConnect
>>> from codemagic.tools import GitChangelog
>>> from codemagic.tools import Keychain
>>> from codemagic.tools import UniversalApkGenerator
>>> from codemagic.tools import XcodeProject
>>> Keychain().get_default()
PosixPath('/Users/priit/Library/Keychains/login.keychain-db')
...

Project details


Release history Release notifications | RSS feed

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

codemagic_cli_tools-0.1.1-py3-none-any.whl (90.3 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