1.3.0 • Published 1 year ago

fuseble-cli v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Fuseble-CLI

Template

npx fuseble-cli template \
--stack=react \
--template=next \
--name=fuseble-template \
--branch=main

OpenAPI

# create requests
npx fuseble-cli openapi --url=http://localhost:8000/api-json --service

# create model types
npx fuseble-cli openapi --url=http://localhost:8000/api-json --schema

# create react-hooks with react-query
npx fuseble-cli openapi --react-hook --url=http://localhost:8000/api-json
npx fuseble-cli openapi --react-hook --url=http://localhost:8000/api-json --filter-tag=Auth # with OpenAPI Tag Filter
npx fuseble-cli openapi --react-hook --url=http://localhost:8000/api-json --filter-path=/admin # with OpenAPI Path Filter

Prisma

npx fuseble-cli prisma --path=prisma/modules

Terraform

EC2 ALB

npx fuseble-cli terraform \
--template=ec2-alb \
--name=ec2-alb \
--key-name=root \
--region=ap-northeast-2 \
--root-domain=outqource.com \
--record=test.outqource.com \
--instance-count=1 \
--instance-type=t3.micro \
--vpc-cidr=10.0.0.0/16 \
--origin-http='' \
--origin-https=3010 \
--redirect-http=3010-3000

ECS Fargate

npx fuseble-cli terraform \
--template=ecs-fargate \
--profile=default \
--region=ap-northeast-2 \
--service=my-service \
--ecr=my-service \
--root-domain=test.com \
--record-domain=test.test.com \
--port=8000 \
--database-port=3306 \
--vpc-cidr=10.0.0.0/16 \
--instance-count=2 \
--availability-zone=ap-northeast-2a,ap-northeast-2b \
--min-capacity=1 \
--max-capacity=2 \
--instance-cpu=1024 \
--instance-memory=2048 \
--container-cpu=512 \
--container-memory=1024

S3 Web

npx fuseble-cli terraform \
--template=s3-web \
--profile=default \
--region=ap-northeast-2 \
--bucket=my-bucket \
--root-domain=test.com \
--record-domain=test.test.com
--cloudfront-comment="My CloudFront"
1.3.0

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.8

1 year ago

1.2.9

1 year ago

1.2.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.7

1 year ago

1.1.8

1 year ago

1.2.6

1 year ago

1.1.7

1 year ago

1.2.5

1 year ago

1.1.6

1 year ago

1.2.4

1 year ago

1.1.5

1 year ago

1.2.3

1 year ago

1.1.4

2 years ago

1.2.2

1 year ago

1.1.3

2 years ago

1.2.1

1 year ago

1.1.2

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.23

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago