Socket
Book a DemoInstallSign in
Socket

fuseble-cli

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuseble-cli

## Template

1.3.0
latest
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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"

FAQs

Package last updated on 18 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.