All Projects → tencentyun → Scfcli

tencentyun / Scfcli

Licence: apache-2.0
serverless cli

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Scfcli

Yglu
Yglu ᕄ !? - YAML glue for structural templating and processing
Stars: ✭ 51 (-40%)
Mutual labels:  yaml
Ansible In Action
Ansible playbook to deploy your Laravel code base to VPS
Stars: ✭ 61 (-28.24%)
Mutual labels:  yaml
Config Lite
A super simple & flexible & useful config module.
Stars: ✭ 78 (-8.24%)
Mutual labels:  yaml
Feedr
Use feedr to fetch the data from a remote url, respect its caching, and parse its data. Despite its name, it's not just for feed data but also for all data that you can feed into it (including binary data).
Stars: ✭ 56 (-34.12%)
Mutual labels:  yaml
Vim Yaml Folds
YAML, RAML, EYAML & SaltStack SLS folding for Vim
Stars: ✭ 59 (-30.59%)
Mutual labels:  yaml
Yaml
A fast, idiomatic and easy to use Clojure YAML library. Based on Snake YAML
Stars: ✭ 66 (-22.35%)
Mutual labels:  yaml
Ansible Config encoder filters
Ansible role used to deliver the Config Encoder Filters.
Stars: ✭ 48 (-43.53%)
Mutual labels:  yaml
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-3.53%)
Mutual labels:  yaml
Github Labeler
Declarative way to configure GitHub labels
Stars: ✭ 62 (-27.06%)
Mutual labels:  yaml
Pytorch Project Template
Deep Learning project template for PyTorch (Distributed Learning is supported)
Stars: ✭ 76 (-10.59%)
Mutual labels:  yaml
Yaml2go
Converts YAML specs into Go Lang type definitions
Stars: ✭ 57 (-32.94%)
Mutual labels:  yaml
Re Txt
converts text-formats from one to another, it is very useful if you want to re-format a json file to yaml, toml to yaml, csv to yaml, ... etc
Stars: ✭ 59 (-30.59%)
Mutual labels:  yaml
Jokeapi
A REST API that serves uniformly and well formatted jokes in JSON, XML, YAML or plain text format that also offers a great variety of filtering methods
Stars: ✭ 71 (-16.47%)
Mutual labels:  yaml
Communityscrapers
This is a public repository containing scrapers created by the Stash Community.
Stars: ✭ 51 (-40%)
Mutual labels:  yaml
Mini Yaml
Single header YAML 1.0 C++11 serializer/deserializer.
Stars: ✭ 79 (-7.06%)
Mutual labels:  yaml
Resticprofile
Configuration profiles for restic backup
Stars: ✭ 48 (-43.53%)
Mutual labels:  yaml
Countries States Cities Database
🌍 World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, PLIST, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities
Stars: ✭ 1,130 (+1229.41%)
Mutual labels:  yaml
Torchlambda
Lightweight tool to deploy PyTorch models to AWS Lambda
Stars: ✭ 83 (-2.35%)
Mutual labels:  yaml
Jsnapy
Python version of Junos Snapshot Administrator
Stars: ✭ 81 (-4.71%)
Mutual labels:  yaml
Pynms
A vendor-agnostic NMS for carrier-grade network simulation and automation
Stars: ✭ 73 (-14.12%)
Mutual labels:  yaml

scf cli


什么是 scf

SCF CLI 是腾讯云无服务器云函数 SCF(Serverless Cloud Function)产品的命令行工具。通过 scf 命令行工具,您可以方便的实现函数打包、部署、本地调试,也可以方便的生成云函数的项目并基于 demo 项目进一步的开发。

scf cli通过一个函数模板配置文件,完成函数及相关周边资源的描述,并基于配置文件实现本地代码及配置部署到云端的过程。

目前 scf cli以开源形式发布,您可以在本项目中查看命令行源代码及更多帮助文档,并可以通过项目 issue 反馈问题。

功能特性

通过 scf 命令行工具,你可以:

  • 快速初始化云函数项目
  • 在本地开发及测试你的云函数代码
  • 使用模拟的 COS、CMQ、Ckafka、API 网关等触发器事件来触发函数运行
  • 验证 TCSAM 模板配置文件
  • 打包、上传函数代码,创建函数及更新函数配置
  • 获取函数列表,删除指定函数

SCF CLI 是腾讯云无服务器云函数 SCF(Serverless Cloud Function)产品的命令行工具。通过 scf 命令行工具,您可以方便的实现函数打包、部署、本地调试,也可以方便的生成云函数的项目并基于 demo 项目进一步的开发。

快速入门

您可以前往腾讯云官网查看SCF 快速入门

详细使用指导

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].