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

@stedi/cli

Package Overview
Dependencies
Maintainers
2
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stedi/cli

stedi cli

  • 0.0.17
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
79
decreased by-62.2%
Maintainers
2
Weekly downloads
 
Created
Source

cli

Stedi CLI

oclif Version Downloads/week License

Usage

$ npm install -g @stedi/cli
$ stedi COMMAND
running command...
$ stedi (--version|-v)
@stedi/cli/0.0.17 linux-x64 node-v16.16.0
$ stedi --help [COMMAND]
USAGE
  $ stedi COMMAND
...

Commands

stedi buckets create-bucket

Creates a new Stedi Bucket that can be used to store objects.

USAGE
  $ stedi buckets create-bucket -n <value> [-a <value>] [-v] [--notifications <value>]

FLAGS
  -a, --api-key=<value>      API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                             attribute from .stedirc file.
  -n, --bucket-name=<value>  (required) Name of the resource to create
  -v, --verbose              when set to true will output additional logs to the cli output
  --notifications=<value>    Configuration that defines how to handle bucket notifications.

DESCRIPTION
  Creates a new Stedi Bucket that can be used to store objects.

stedi buckets delete-bucket

Delete bucket from your Stedi account.

USAGE
  $ stedi buckets delete-bucket -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>      API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                             attribute from .stedirc file.
  -n, --bucket-name=<value>  (required) Name of the resource to delete
  -v, --verbose              when set to true will output additional logs to the cli output

DESCRIPTION
  Delete bucket from your Stedi account.

stedi buckets list-buckets

List Buckets for your Stedi account.

USAGE
  $ stedi buckets list-buckets [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.
  -v, --verbose          when set to true will output additional logs to the cli output

DESCRIPTION
  List Buckets for your Stedi account.

stedi buckets put-object

Uploads an object to a Stedi Bucket.

USAGE
  $ stedi buckets put-object -n <value> -k <value> [-a <value>] [-v] [-b <value>]

FLAGS
  -a, --api-key=<value>      API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                             attribute from .stedirc file.
  -b, --body=<value>         Input body for the object. It can be a JSON or a file path.
  -k, --key=<value>          (required) Object key
  -n, --bucket-name=<value>  (required) Bucket name
  -v, --verbose              when set to true will output additional logs to the cli output

DESCRIPTION
  Uploads an object to a Stedi Bucket.

stedi buckets read-bucket

Read bucket from your Stedi account.

USAGE
  $ stedi buckets read-bucket -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>      API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                             attribute from .stedirc file.
  -n, --bucket-name=<value>  (required) Name of the resource to read
  -v, --verbose              when set to true will output additional logs to the cli output

DESCRIPTION
  Read bucket from your Stedi account.

stedi buckets update-bucket

Modifies the configuration of an existing Stedi Bucket.

USAGE
  $ stedi buckets update-bucket -n <value> [-a <value>] [-v] [--notifications <value>]

FLAGS
  -a, --api-key=<value>      API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                             attribute from .stedirc file.
  -n, --bucket-name=<value>  (required) Name of the resource to update
  -v, --verbose              when set to true will output additional logs to the cli output
  --notifications=<value>    Configuration that defines how to handle bucket notifications.

DESCRIPTION
  Modifies the configuration of an existing Stedi Bucket.

stedi functions create-function

Create function for your Stedi account.

USAGE
  $ stedi functions create-function -n <value> -p <value> [-a <value>] [-v] [--environmentVariables <value>]

FLAGS
  -a, --api-key=<value>           API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
                                  api-key attribute from .stedirc file.
  -n, --function-name=<value>     (required) Name of the resource to create
  -p, --package=<value>           (required) Path to the package that will be executed by your function.
  -v, --verbose                   when set to true will output additional logs to the cli output
  --environmentVariables=<value>  Environment variables will be accessible from function code during execution, as a
                                  JSON encoded object {"ENV_KEY":"value"}.

DESCRIPTION
  Create function for your Stedi account.

stedi functions delete-function

Delete function from your Stedi account.

USAGE
  $ stedi functions delete-function -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>        API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
                               api-key attribute from .stedirc file.
  -n, --function-name=<value>  (required) Name of the resource to delete
  -v, --verbose                when set to true will output additional logs to the cli output

DESCRIPTION
  Delete function from your Stedi account.

stedi functions invoke-function

List functions for your Stedi account.

USAGE
  $ stedi functions invoke-function -n <value> [-a <value>] [-v] [-p <value>]

FLAGS
  -a, --api-key=<value>        API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
                               api-key attribute from .stedirc file.
  -n, --function-name=<value>  (required) Name of the resource to invoke.
  -p, --payload=<value>        Input payload for your function execution. It can be a JSON or a file path.
  -v, --verbose                when set to true will output additional logs to the cli output

DESCRIPTION
  List functions for your Stedi account.

stedi functions list-functions

List functions for your Stedi account.

USAGE
  $ stedi functions list-functions [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.
  -v, --verbose          when set to true will output additional logs to the cli output

DESCRIPTION
  List functions for your Stedi account.

stedi functions read-function

Read function from your Stedi account.

USAGE
  $ stedi functions read-function -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>        API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
                               api-key attribute from .stedirc file.
  -n, --function-name=<value>  (required) Name of the resource to read
  -v, --verbose                when set to true will output additional logs to the cli output

DESCRIPTION
  Read function from your Stedi account.

stedi functions update-function

Update a function in your Stedi account.

USAGE
  $ stedi functions update-function -n <value> -p <value> [-a <value>] [-v] [--environmentVariables <value>]

FLAGS
  -a, --api-key=<value>           API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
                                  api-key attribute from .stedirc file.
  -n, --function-name=<value>     (required) Name of the resource to update
  -p, --package=<value>           (required) Path to the package that will be executed by your function.
  -v, --verbose                   when set to true will output additional logs to the cli output
  --environmentVariables=<value>  Environment variables will be accessible from function code during execution, as a
                                  JSON encoded object {"ENV_KEY":"value"}.

DESCRIPTION
  Update a function in your Stedi account.

stedi help [COMMAND]

Display help for stedi.

USAGE
  $ stedi help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for stedi.

See code: @oclif/plugin-help

stedi sftp create-user

Creates a new Stedi SFTP user.

USAGE
  $ stedi sftp create-user -n <value> -n <value> [-a <value>] [-v] [--password-options <value>]

FLAGS
  -a, --api-key=<value>         API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
                                api-key attribute from .stedirc file.
  -n, --description=<value>     (required) Description of the SFTP user
  -n, --home-directory=<value>  (required) Home directory of the SFTP user
  -v, --verbose                 when set to true will output additional logs to the cli output
  --password-options=<value>    Password options for the SFTP user

DESCRIPTION
  Creates a new Stedi SFTP user.

stedi sftp delete-user

Deletes a Stedi SFTP user.

USAGE
  $ stedi sftp delete-user -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>   API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                          attribute from .stedirc file.
  -n, --username=<value>  (required) SFTP user name
  -v, --verbose           when set to true will output additional logs to the cli output

DESCRIPTION
  Deletes a Stedi SFTP user.

stedi sftp list-users

Lists Stedi SFTP users.

USAGE
  $ stedi sftp list-users [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.
  -v, --verbose          when set to true will output additional logs to the cli output

DESCRIPTION
  Lists Stedi SFTP users.

stedi sftp read-user

Retrieves information about a Stedi SFTP user.

USAGE
  $ stedi sftp read-user -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>   API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                          attribute from .stedirc file.
  -n, --username=<value>  (required) SFTP user name
  -v, --verbose           when set to true will output additional logs to the cli output

DESCRIPTION
  Retrieves information about a Stedi SFTP user.

stedi sftp update-user

Modifies the configuration of an existing SFTP user.

USAGE
  $ stedi sftp update-user -n <value> -n <value> [-a <value>] [-v]

FLAGS
  -a, --api-key=<value>      API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                             attribute from .stedirc file.
  -n, --description=<value>  (required) Description of the SFTP user
  -n, --username=<value>     (required) SFTP user name
  -v, --verbose              when set to true will output additional logs to the cli output

DESCRIPTION
  Modifies the configuration of an existing SFTP user.

stedi version

USAGE
  $ stedi version [--json] [--verbose]

FLAGS
  --verbose  Show additional information about the CLI.

GLOBAL FLAGS
  --json  Format output as json.

FLAG DESCRIPTIONS
  --verbose  Show additional information about the CLI.

    Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.

See code: @oclif/plugin-version

FAQs

Package last updated on 25 Aug 2022

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