All Projects → knative → Client

knative / Client

Licence: apache-2.0
Knative developer experience, docs, reference Knative CLI implementation

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Client

Gowebdav
A golang WebDAV client library and command line tool.
Stars: ✭ 97 (-49.74%)
Mutual labels:  cli, client
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (-46.11%)
Mutual labels:  serverless, cli
Rundeck Cli
CLI tool for Rundeck
Stars: ✭ 98 (-49.22%)
Mutual labels:  cli, client
Syncano Node
Syncano Toolkit for JavaScript development
Stars: ✭ 61 (-68.39%)
Mutual labels:  serverless, cli
Knctl
Knative CLI
Stars: ✭ 163 (-15.54%)
Mutual labels:  serverless, cli
Crowdin Cli
A command-line client for the Crowdin API
Stars: ✭ 89 (-53.89%)
Mutual labels:  cli, client
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+620.73%)
Mutual labels:  cli, client
Ws50 Sync
ws50-sync is a python based program which pulls air quality data from your Withings account and stores it directly in a Domoticz DB.
Stars: ✭ 8 (-95.85%)
Mutual labels:  cli, client
Madonctl
CLI client for the Mastodon social network API
Stars: ✭ 129 (-33.16%)
Mutual labels:  cli, client
Fuego
Fuego is a command line client for the firestore database (https://firebase.google.com/docs/firestore).
Stars: ✭ 110 (-43.01%)
Mutual labels:  cli, client
Graphql Zeus
GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native
Stars: ✭ 1,043 (+440.41%)
Mutual labels:  cli, client
Wrangler
🤠 wrangle your Cloudflare Workers
Stars: ✭ 2,632 (+1263.73%)
Mutual labels:  serverless, cli
Terraform Nextjs Plugin
A plugin to generate terraform configuration for Nextjs 8 and 9
Stars: ✭ 41 (-78.76%)
Mutual labels:  serverless, cli
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-53.37%)
Mutual labels:  cli, client
Fly
Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
Stars: ✭ 862 (+346.63%)
Mutual labels:  serverless, cli
Cloudbase Framework
🏆 腾讯云开发 ☁️ 云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool 🔥 One-click deploy to serverless architecture. https://docs.cloudbase.net/framework
Stars: ✭ 1,389 (+619.69%)
Mutual labels:  serverless, cli
Sls Dev Tools
Dev Tools for the Serverless World - Issues, PRs and ⭐️welcome!
Stars: ✭ 662 (+243.01%)
Mutual labels:  serverless, cli
Lambdalogs
A CLI tool to trace AWS Lambda calls over multiple CloudWatch log groups.
Stars: ✭ 18 (-90.67%)
Mutual labels:  serverless, cli
Appstoreconnect Cli
An easy to use command-line tool for interacting with the Apple AppStore Connect API
Stars: ✭ 110 (-43.01%)
Mutual labels:  cli, client
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+941.97%)
Mutual labels:  cli, client

Kn

go.dev reference Go Report Card Releases LICENSE Slack Status

The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts.

kn offers you:

  • Full support for managing all features of Knative Serving (services, revisions, traffic splits)
  • Growing support for Knative eventing, closely following its development (managing of sources & triggers)
  • A plugin architecture similar to that of kubectl plugins
  • A thin client-specific API in golang which helps with tasks like synchronously waiting on Knative service write operations.
  • An easy integration of Knative into Tekton Pipelines by using kn in a Tekton Task.

This client uses the Knative Serving and Knative Eventing APIs exclusively so that it will work with any Knative installation, even those that are not Kubernetes based. It does not help with installing Knative itself though. Please refer to the various Knative installation options for how to install Knative with its prerequisites.

Documentation

Start with the user's guide to learn more. You can read about common use cases, get detailed documentation on each command, and learn how to extend the kn CLI. For more information, have a look at:

  • User guide
    • Installation - How to install kn and run on your machine
    • Examples - Use case based examples
    • FAQ (to come.)
  • Reference Manual - all possible commands and options with usage examples

Developers

We love contributions! Please refer to CONTRIBUTING for more information on how to best contributed to contribute to Knative.

For code contributions it as easy as picking an issue (look out for "kind/good-first-issue"), briefly comment that you would like to work on it, code, test, code and finally submit a PR which will trigger the review process.

More details on how to build and test can be found in the Developer guide.

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].