Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@stedi/cli
Advanced tools
Stedi CLI
$ 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
...
stedi buckets create-bucket
stedi buckets delete-bucket
stedi buckets list-buckets
stedi buckets put-object
stedi buckets read-bucket
stedi buckets update-bucket
stedi functions create-function
stedi functions delete-function
stedi functions invoke-function
stedi functions list-functions
stedi functions read-function
stedi functions update-function
stedi help [COMMAND]
stedi sftp create-user
stedi sftp delete-user
stedi sftp list-users
stedi sftp read-user
stedi sftp update-user
stedi version
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
stedi cli
The npm package @stedi/cli receives a total of 59 weekly downloads. As such, @stedi/cli popularity was classified as not popular.
We found that @stedi/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.