SDK for creating and deploying appfire connect apps (jira, confluence and bitbucket)
Project description
Appfire connect app SDK
What does it do?
Creates a Atlassian Connect app template and provides a toolkit for deploying to AWS environment
Command Line Arguments
--verbose, -v : "verbose"
--region, -r : "AWS region", default="us-east-1"
--profile, -p : "AWS profile as the default environment", default="default"
--env, -e : "personal, dev, test, stage or prod", default="personal"
--stack, -s : "CDK stack to deploy", default="app", "core" or "app"
--stage, -stage : "dev, test, stage or prod", default="dev"
--app-suffix, -as : "green" or nothing (not passing the argument)
Note: see personal.env.yml or env.yml for personal or DTS/Prod environments respectively.
Run via Python
create-appfire-app -v
Bootstrap app
bootstraps CDK toolkit
appfire bootstrap
Deploy core stack
appfire deploy -s core
Deploy biz service stack
appfire deploy -s biz-service
Deploy app service stack
appfire deploy -s app-service
Deploy module service stack
appfire deploy -s module-service
Deploy app
appfire deploy
List stacks
appfire list (or appfire ls)
Diff stack
appfire diff
Destroy app stack
appfire destroy
Run the app
The app will run locally on port 9000 using the AWS_PROFILE as set from personal.env.yaml ['environment']['personal']['profile']
appfire run
Build and Run SDK locally
python setup.py build && python setup.py install
Possible Issues
- If you are getting
SSL: CERTIFICATE_VERIFY_FAILED
while running install command, run following file
/Applications/Python 3X/Install Certificates.command
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 Distribution
appfire-connect-sdk-1.9.1.tar.gz
(14.4 kB
view details)
File details
Details for the file appfire-connect-sdk-1.9.1.tar.gz
.
File metadata
- Download URL: appfire-connect-sdk-1.9.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19fd3ed4549d6e32ad83f8e306df816b612fcfe6510f9295c595478e9d8fe8fe |
|
MD5 | fb156cb7c3d760129ef0f808b4291288 |
|
BLAKE2b-256 | 5a4be7367f0de350269f75821b5d8dd33802021e01ed81598ff36e1a3e4c3a8e |