Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kinvey-cli

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-cli

Utility for deploying and managing FlexServices on Kinvey's FlexService Runtime

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
69
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

Kinvey CLI

Utility for deploying and managing FlexServices on Kinvey's FlexService Runtime

Installation

npm install -g kinvey-cli

Usage

In your project directory, run kinvey config to set-up your project. The CLI will prompt for Kinvey credentials, app, and Internal Flex Service.

Commands

  • config [instance] - set project options (including optional dedicated Kinvey instance name)
  • deploy - deploy the current project as an Internal Flex Service. You can check the status of a deploy using the job command (more info below).
  • status - display the health status of an Internal Flex Service
  • help - display usage information.
  • list - list the configured Internal Flex Services for the current app.
  • logs [from] [to] - query logs for this Internal Flex Service
    • 'from' and 'to' arguments represent optional ISO-8601 timestamp strings
      • Note: Logs calls are limited to 10,000 entries
    • Logs are displayed in the following format: <runtime id> <timestamp> - <message>
    • E.g. ac7df839104d 2016-02-23T20:00:29.334Z - hello world
  • logout - clears Kinvey session data and project settings
  • job <id> - return the status of a deploy command.

Options

  • -e, --email <e-mail> - e-mail address of your Kinvey account.
  • --host <host> - set host of the Kinvey service.
  • -p, --password <password> - password of your Kinvey account.
  • -s, --silent - do not output anything.
  • -c, --suppress-version-check - do not check for package updates.
  • -v, --verbose - output debug messages.

The Kinvey CLI supports one-time session creation using the -e and -p (and optionally --host) flags. Set these parameters explicitly in your calls if you are unable to init with kinvey config.

Troubleshooting

Run any command with the -v (--verbose) flag to see what is going on when executing a command. If problems persist, please contact Kinvey. In any case, make sure you have configured your project using the config command before attempting to execute any other commands.

Changelog

See the Changelog for a list of changes.

License

Copyright (c) 2016, Kinvey, Inc. All rights reserved.

This software is licensed to you under the Kinvey terms of service located at
http://www.kinvey.com/terms-of-use. By downloading, accessing and/or using this
software, you hereby accept such terms of service  (and any agreement referenced
therein) and agree that you have read, understand and agree to be bound by such
terms of service and are of legal age to agree to such terms with Kinvey.

This software contains valuable confidential and proprietary information of
KINVEY, INC and is subject to applicable licensing agreements.
Unauthorized reproduction, transmission or distribution of this file and its
contents is a violation of applicable laws.

Keywords

FAQs

Package last updated on 10 Nov 2016

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc