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.0 darwin-arm64 node-v16.15.1
$ stedi --help [COMMAND]
USAGE
$ stedi COMMAND
...
stedi as2 create-agreement
stedi as2 create-connector
stedi as2 create-profile
stedi as2 create-server
stedi as2 delete-agreement
stedi as2 delete-certificate
stedi as2 delete-connector
stedi as2 delete-profile
stedi as2 delete-server
stedi as2 describe-agreement
stedi as2 describe-certificate
stedi as2 describe-connector
stedi as2 describe-profile
stedi as2 describe-server
stedi as2 import-certificate
stedi as2 list-agreements
stedi as2 list-certificates
stedi as2 list-connectors
stedi as2 list-profiles
stedi as2 list-servers
stedi as2 start-file-transfer
stedi as2 update-agreement
stedi as2 update-certificate
stedi as2 update-connector
stedi as2 update-profile
stedi buckets create-bucket
stedi buckets delete-bucket
stedi buckets delete-object
stedi buckets list-buckets
stedi buckets put-object
stedi buckets read-bucket
stedi buckets update-bucket
stedi functions-legacy create-function
stedi functions-legacy delete-function
stedi functions-legacy describe-function
stedi functions-legacy invoke-function
stedi functions-legacy list-functions
stedi functions-legacy update-function
stedi functions create-function
stedi functions delete-function
stedi functions describe-function
stedi functions invoke-function
stedi functions list-functions
stedi functions update-function
stedi help [COMMAND]
stedi identity create-access-key
stedi identity create-machine-user
stedi identity delete-access-key
stedi identity delete-machine-user
stedi identity describe-machine-user
stedi identity get-access-key-last-used
stedi identity list-access-key
stedi identity list-machine-users
stedi identity list-policies
stedi identity update-access-key
stedi sftp create-user
stedi sftp delete-user
stedi sftp list-users
stedi sftp read-user
stedi sftp update-user
stedi version
stedi as2 create-agreement
Creates a Stedi AS2 agreement.
USAGE
$ stedi as2 create-agreement -e dev|preprod|prod -n <value> --server-id <value> --local-profile-id <value>
--partner-profile-id <value> --base-directory <value> --status ACTIVE|INACTIVE --description <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 agreement name
-v, --verbose when set to true will output additional logs to the cli output
--base-directory=<value> (required) Stedi bucket base directory
--description=<value> (required) AS2 agreement description
--local-profile-id=<value> (required) AS2 local profile id
--partner-profile-id=<value> (required) AS2 partner profile id
--server-id=<value> (required) AS2 Server Id
--status=(ACTIVE|INACTIVE) (required) AS2 agreement status
DESCRIPTION
Creates a Stedi AS2 agreement.
stedi as2 create-connector
Creates a Stedi AS2 connector.
USAGE
$ stedi as2 create-connector -e dev|preprod|prod -n <value> --url <value> --local-profile-id <value>
--partner-profile-id <value> [-a <value>] [-v] [--compression ZLIB|DISABLED] [--message-subject <value>]
[--encryption-algorithm <value>] [--signing-algorithm <value>] [--mdn-signing-algorithm <value>] [--mdn-response
SYNC|NONE]
FLAGS
-a, --api-key=<value> API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
api-key attribute from .stedirc file.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 connector name
-v, --verbose when set to true will output additional logs to the cli output
--compression=(ZLIB|DISABLED) Compression algorithm, can be ZLIB or DISABLED
--encryption-algorithm=<value> The algorithm that is used to encrypt the file.
--local-profile-id=<value> (required) AS2 local profile id
--mdn-response=<option> Specify if MDN response is required.
<options: SYNC|NONE>
--mdn-signing-algorithm=<value> The signing algorithm for the MDN response.
--message-subject=<value> Used as the Subject HTTP header attribute in AS2 messages that are being sent with
the connector.
--partner-profile-id=<value> (required) AS2 partner profile id
--signing-algorithm=<value> The algorithm that is used to sign the AS2 messages sent with the connector.
--url=<value> (required) AS2 Partner URL
DESCRIPTION
Creates a Stedi AS2 connector.
stedi as2 create-profile
Creates a Stedi AS2 profile.
USAGE
$ stedi as2 create-profile -e dev|preprod|prod -n <value> --as2-id <value> --profile-type LOCAL|PARTNER
--certificate-ids <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
--as2-id=<value> (required) AS2 Id
--certificate-ids=<value> (required) Comma separated string of certificate ids
--profile-type=(LOCAL|PARTNER) (required) AS2 profile type
DESCRIPTION
Creates a Stedi AS2 profile.
stedi as2 create-server
Creates a Stedi AS2 server.
USAGE
$ stedi as2 create-server -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a Stedi AS2 server.
stedi as2 delete-agreement
Delete a Stedi AS2 agreement.
USAGE
$ stedi as2 delete-agreement -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Delete a Stedi AS2 agreement.
stedi as2 delete-certificate
Delete a Stedi AS2 certificate.
USAGE
$ stedi as2 delete-certificate -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Delete a Stedi AS2 certificate.
stedi as2 delete-connector
Delete a Stedi AS2 connector.
USAGE
$ stedi as2 delete-connector -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 connector name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Delete a Stedi AS2 connector.
stedi as2 delete-profile
Creates a Stedi AS2 profile.
USAGE
$ stedi as2 delete-profile -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a Stedi AS2 profile.
stedi as2 delete-server
Delete a Stedi AS2 server.
USAGE
$ stedi as2 delete-server -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Delete a Stedi AS2 server.
stedi as2 describe-agreement
Describe a Stedi AS2 agreement.
USAGE
$ stedi as2 describe-agreement -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 agreement name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Describe a Stedi AS2 agreement.
stedi as2 describe-certificate
Describe a Stedi AS2 certificate.
USAGE
$ stedi as2 describe-certificate -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 certificate name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Describe a Stedi AS2 certificate.
stedi as2 describe-connector
Describe a Stedi AS2 connector.
USAGE
$ stedi as2 describe-connector -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 agreement name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Describe a Stedi AS2 connector.
stedi as2 describe-profile
Describe a Stedi AS2 profile.
USAGE
$ stedi as2 describe-profile -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 profile name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Describe a Stedi AS2 profile.
stedi as2 describe-server
Describe a Stedi AS2 server.
USAGE
$ stedi as2 describe-server -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 server name
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Describe a Stedi AS2 server.
stedi as2 import-certificate
Creates a Stedi AS2 certificate.
USAGE
$ stedi as2 import-certificate -e dev|preprod|prod -n <value> --usage SIGNING|ENCRYPTION --description <value>
--certificate <value> [-a <value>] [-v] [--certificate-chain <value>] [--private-key <value>] [--active-date
<value>] [--inactive-date <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 certificate name
-v, --verbose when set to true will output additional logs to the cli output
--active-date=<value> AS2 certificate active date
--certificate=<value> (required) AS2 certificate body
--certificate-chain=<value> AS2 root certificate body
--description=<value> (required) AS2 certificate description
--inactive-date=<value> AS2 certificate inactiveDate date
--private-key=<value> AS2 certificate private key
--usage=(SIGNING|ENCRYPTION) (required) AS2 certificate usage
DESCRIPTION
Creates a Stedi AS2 certificate.
stedi as2 list-agreements
List AS2 Agreements.
USAGE
$ stedi as2 list-agreements -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List AS2 Agreements.
stedi as2 list-certificates
List AS2 Certificates.
USAGE
$ stedi as2 list-certificates -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List AS2 Certificates.
stedi as2 list-connectors
List AS2 Connectors.
USAGE
$ stedi as2 list-connectors -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List AS2 Connectors.
stedi as2 list-profiles
List AS2 Profiles.
USAGE
$ stedi as2 list-profiles -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List AS2 Profiles.
stedi as2 list-servers
List AS2 Servers.
USAGE
$ stedi as2 list-servers -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List AS2 Servers.
stedi as2 start-file-transfer
Begins an outbound file transfer to an AS2 server. You specify the ConnectorId and the file paths for where to send the files.
USAGE
$ stedi as2 start-file-transfer -e dev|preprod|prod --connector-id <value> --send-file-paths <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
--connector-id=<value> (required) The connector id
--send-file-paths=<value>... (required) Space separated strings representing paths. Each path represents the absolute
Stedi Buckets path for one outbound file transfer. For example,
``/as2-outbound-bucket/myfile.txt `` .
DESCRIPTION
Begins an outbound file transfer to an AS2 server. You specify the ConnectorId and the file paths for where to send
the files.
stedi as2 update-agreement
Update a Stedi AS2 Agreement.
USAGE
$ stedi as2 update-agreement -e dev|preprod|prod -n <value> [-a <value>] [-v] [--server-id <value>] [--local-profile-id
<value>] [--partner-profile-id <value>] [--base-directory <value>] [--status ACTIVE|INACTIVE] [--description
<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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 agreement name
-v, --verbose when set to true will output additional logs to the cli output
--base-directory=<value> Stedi bucket base directory
--description=<value> AS2 agreement description
--local-profile-id=<value> AS2 local profile id
--partner-profile-id=<value> AS2 partner profile id
--server-id=<value> AS2 Server Id
--status=(ACTIVE|INACTIVE) AS2 agreement status
DESCRIPTION
Update a Stedi AS2 Agreement.
stedi as2 update-certificate
Update a Stedi AS2 Certificate.
USAGE
$ stedi as2 update-certificate -e dev|preprod|prod -n <value> [-a <value>] [-v] [--description <value>] [--active-date
<value>] [--inactive-date <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 certificate name
-v, --verbose when set to true will output additional logs to the cli output
--active-date=<value> AS2 certificate active date
--description=<value> AS2 certificate description
--inactive-date=<value> AS2 certificate inactiveDate date
DESCRIPTION
Update a Stedi AS2 Certificate.
stedi as2 update-connector
Update a Stedi AS2 Agreement.
USAGE
$ stedi as2 update-connector -e dev|preprod|prod [-a <value>] [-v] [-n <value>] [--url <value>] [--local-profile-id
<value>] [--partner-profile-id <value>] [--compression ZLIB|DISABLED] [--message-subject <value>]
[--encryption-algorithm <value>] [--signing-algorithm <value>] [--mdn-signing-algorithm <value>] [--mdn-response
SYNC|NONE]
FLAGS
-a, --api-key=<value> API Key used for Authentication, defaults to STEDI_API_KEY environment variable or
api-key attribute from .stedirc file.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> AS2 connector name
-v, --verbose when set to true will output additional logs to the cli output
--compression=(ZLIB|DISABLED) Compression algorithm, can be ZLIB or DISABLED
--encryption-algorithm=<value> The algorithm that is used to encrypt the file.
--local-profile-id=<value> AS2 local profile id
--mdn-response=<option> Specify if MDN response is required.
<options: SYNC|NONE>
--mdn-signing-algorithm=<value> The signing algorithm for the MDN response.
--message-subject=<value> Used as the Subject HTTP header attribute in AS2 messages that are being sent with
the connector.
--partner-profile-id=<value> AS2 partner profile id
--signing-algorithm=<value> The algorithm that is used to sign the AS2 messages sent with the connector.
--url=<value> AS2 Partner URL
DESCRIPTION
Update a Stedi AS2 Agreement.
stedi as2 update-profile
Update a Stedi AS2 Profile.
USAGE
$ stedi as2 update-profile -e dev|preprod|prod -n <value> [-a <value>] [-v] [--certificate-ids <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --name=<value> (required) AS2 profile name
-v, --verbose when set to true will output additional logs to the cli output
--certificate-ids=<value> Comma separated string of certificate ids
DESCRIPTION
Update a Stedi AS2 Profile.
stedi buckets create-bucket
Creates a new Stedi Bucket that can be used to store objects.
USAGE
$ stedi buckets create-bucket -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 delete-object
Delete object from a Stedi Bucket.
USAGE
$ stedi buckets delete-object -e dev|preprod|prod -n <value> -k <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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
Delete object from a Stedi Bucket.
stedi buckets list-buckets
List Buckets for your Stedi account.
USAGE
$ stedi buckets list-buckets -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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-legacy create-function
Create function for your Stedi account.
USAGE
$ stedi functions-legacy create-function -e dev|preprod|prod -n <value> -p <value> [-a <value>] [-v] [--environment-variables
<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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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
--environment-variables=<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-legacy delete-function
Delete function from your Stedi account.
USAGE
$ stedi functions-legacy delete-function -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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-legacy describe-function
Describe function from your Stedi account.
USAGE
$ stedi functions-legacy describe-function -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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
Describe function from your Stedi account.
stedi functions-legacy invoke-function
List functions for your Stedi account.
USAGE
$ stedi functions-legacy invoke-function -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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-legacy list-functions
List functions for your Stedi account.
USAGE
$ stedi functions-legacy list-functions -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List functions for your Stedi account.
stedi functions-legacy update-function
Update a function in your Stedi account.
USAGE
$ stedi functions-legacy update-function -e dev|preprod|prod -n <value> -p <value> [-a <value>] [-v] [--environment-variables
<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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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
--environment-variables=<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 functions create-function
Create function for your Stedi account.
USAGE
$ stedi functions create-function -e dev|preprod|prod -n <value> -p <value> [-a <value>] [-v] [--environment-variables
<value>] [-t <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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.
-t, --timeout=<value> Function timeout
-v, --verbose when set to true will output additional logs to the cli output
--environment-variables=<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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 describe-function
Describe function from your Stedi account.
USAGE
$ stedi functions describe-function -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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
Describe function from your Stedi account.
stedi functions invoke-function
Invoke a function for your Stedi account.
USAGE
$ stedi functions invoke-function -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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
Invoke a function for your Stedi account.
stedi functions list-functions
List functions for your Stedi account.
USAGE
$ stedi functions list-functions -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List functions for your Stedi account.
stedi functions update-function
Update function in your Stedi account.
USAGE
$ stedi functions update-function -e dev|preprod|prod -n <value> -p <value> [-a <value>] [-v] [--environment-variables
<value>] [-t <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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.
-t, --timeout=<value> Function timeout
-v, --verbose when set to true will output additional logs to the cli output
--environment-variables=<value> Environment variables will be accessible from function code during execution, as a
JSON encoded object {"ENV_KEY":"value"}.
DESCRIPTION
Update 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 identity create-access-key
Creates a new access key that can be used to call Stedi APIs.
USAGE
$ stedi identity create-access-key -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --machine-user-name=<value> (required) Name of the user to create an access key for
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a new access key that can be used to call Stedi APIs.
stedi identity create-machine-user
Creates a new Stedi User that can be used to assume permissions.
USAGE
$ stedi identity create-machine-user -e dev|preprod|prod -n <value> -p <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --machine-user-name=<value> (required) Name of the resource to create
-p, --managed-policies=<value> (required) Comma delimited string of policies for this user
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a new Stedi User that can be used to assume permissions.
stedi identity delete-access-key
Delete a user from your Stedi account.
USAGE
$ stedi identity delete-access-key -e dev|preprod|prod -i <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-i, --key-id=<value> (required) ID of the resource to delete
-n, --machine-user-name=<value> (required) Name of the user the key belongs to
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Delete a user from your Stedi account.
stedi identity delete-machine-user
Delete an identity from your Stedi account.
USAGE
$ stedi identity delete-machine-user -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --machine-user-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 an identity from your Stedi account.
stedi identity describe-machine-user
Read function from your Stedi account.
USAGE
$ stedi identity describe-machine-user -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --machine-user-name=<value> (required) Name of the resource to create
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Read function from your Stedi account.
stedi identity get-access-key-last-used
Creates a new access key that can be used to call Stedi APIs.
USAGE
$ stedi identity get-access-key-last-used -e dev|preprod|prod -i <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-i, --key-id=<value> (required) ID of the resource to read
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a new access key that can be used to call Stedi APIs.
stedi identity list-access-key
Creates a new access key that can be used to call Stedi APIs.
USAGE
$ stedi identity list-access-key -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --machine-user-name=<value> (required) Name of the user to get the key list for
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a new access key that can be used to call Stedi APIs.
stedi identity list-machine-users
List identities in your Stedi account.
USAGE
$ stedi identity list-machine-users -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List identities in your Stedi account.
stedi identity list-policies
List available policies.
USAGE
$ stedi identity list-policies -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
List available policies.
stedi identity update-access-key
Creates a new access key that can be used to call Stedi APIs.
USAGE
$ stedi identity update-access-key -e dev|preprod|prod -n <value> -i <value> -s <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-i, --key-id=<value> (required) ID of the resource to update
-n, --machine-user-name=<value> (required) Name of the resource to create
-s, --status=<value> (required) Status to set the key to. Possible values: Active, Inactive
-v, --verbose when set to true will output additional logs to the cli output
DESCRIPTION
Creates a new access key that can be used to call Stedi APIs.
stedi sftp create-user
Creates a new Stedi SFTP user.
USAGE
$ stedi sftp create-user -e dev|preprod|prod -d <value> --description <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.
-d, --home-directory=<value> (required) Home directory of the SFTP user
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-v, --verbose when set to true will output additional logs to the cli output
--description=<value> (required) Description of the SFTP user
--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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod [-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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod -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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-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 -e dev|preprod|prod -n <value> --description <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.
-e, --env=(dev|preprod|prod) (required) [default: prod] Stedi Environment
-n, --username=<value> (required) SFTP user name
-v, --verbose when set to true will output additional logs to the cli output
--description=<value> (required) Description of the SFTP user
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.