You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/commands/account.js
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2057,7 +2057,7 @@ account
2057
2057
2058
2058
account
2059
2059
.command(`create-mfa-authenticator`)
2060
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-mfa-authenticator' instead] Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](/docs/references/cloud/client-web/account#updateMfaAuthenticator) method.`)
2060
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account create-mfa-authenticator' instead] Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](/docs/references/cloud/client-web/account#updateMfaAuthenticator) method.`)
2061
2061
.requiredOption(`--type <type>`,`Type of authenticator. Must be 'totp'`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-mfa-authenticator' instead] Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method.`)
2072
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account update-mfa-authenticator' instead] Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method.`)
2073
2073
.requiredOption(`--type <type>`,`Type of authenticator.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'delete-mfa-authenticator' instead] Delete an authenticator for a user by ID.`)
2086
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account delete-mfa-authenticator' instead] Delete an authenticator for a user by ID.`)
2087
2087
.requiredOption(`--type <type>`,`Type of authenticator.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-mfa-challenge' instead] Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge) method.`)
2098
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account create-mfa-challenge' instead] Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge) method.`)
2099
2099
.requiredOption(`--factor <factor>`,`Factor used for verification. Must be one of following: 'email', 'phone', 'totp', 'recoveryCode'.`)
2100
2100
.action(actionRunner(accountCreateMfaChallenge))
2101
2101
@@ -2107,7 +2107,7 @@ account
2107
2107
2108
2108
account
2109
2109
.command(`update-mfa-challenge`)
2110
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-mfa-challenge' instead] Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method.`)
2110
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account update-mfa-challenge' instead] Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method.`)
2111
2111
.requiredOption(`--challenge-id <challenge-id>`,`ID of the challenge.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'list-mfa-factors' instead] List the factors available on the account to be used as a MFA challange.`)
2124
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account list-mfa-factors' instead] List the factors available on the account to be used as a MFA challange.`)
2125
2125
.action(actionRunner(accountListMfaFactors))
2126
2126
2127
2127
account
@@ -2131,7 +2131,7 @@ account
2131
2131
2132
2132
account
2133
2133
.command(`get-mfa-recovery-codes`)
2134
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'get-mfa-recovery-codes' instead] Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](/docs/references/cloud/client-web/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.`)
2134
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account get-mfa-recovery-codes' instead] Get recovery codes that can be used as backup for MFA flow. Before getting codes, they must be generated using [createMfaRecoveryCodes](/docs/references/cloud/client-web/account#createMfaRecoveryCodes) method. An OTP challenge is required to read recovery codes.`)
2135
2135
.action(actionRunner(accountGetMfaRecoveryCodes))
2136
2136
2137
2137
account
@@ -2141,7 +2141,7 @@ account
2141
2141
2142
2142
account
2143
2143
.command(`create-mfa-recovery-codes`)
2144
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-mfa-recovery-codes' instead] Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method.`)
2144
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account create-mfa-recovery-codes' instead] Generate recovery codes as backup for MFA flow. It's recommended to generate and show then immediately after user successfully adds their authehticator. Recovery codes can be used as a MFA verification type in [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-mfa-recovery-codes' instead] Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](/docs/references/cloud/client-web/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.`)
2154
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'account update-mfa-recovery-codes' instead] Regenerate recovery codes that can be used as backup for MFA flow. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](/docs/references/cloud/client-web/account#createMfaRecoveryCodes) method. An OTP challenge is required to regenreate recovery codes.`)
Copy file name to clipboardExpand all lines: lib/commands/messaging.js
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3009,7 +3009,7 @@ messaging
3009
3009
3010
3010
messaging
3011
3011
.command(`create-sms`)
3012
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-sms' instead] Create a new SMS message.`)
3012
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging create-sms' instead] Create a new SMS message.`)
3013
3013
.requiredOption(`--message-id <message-id>`,`Message ID. Choose a custom ID or generate a random ID with 'ID.unique()'. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.`)
.option(`--topics [topics...]`,`List of Topic IDs.`)
@@ -3033,7 +3033,7 @@ messaging
3033
3033
3034
3034
messaging
3035
3035
.command(`update-sms`)
3036
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-sms' instead] Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated. `)
3036
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging update-sms' instead] Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated. `)
.option(`--topics [topics...]`,`List of Topic IDs.`)
3039
3039
.option(`--users [users...]`,`List of User IDs.`)
@@ -3093,7 +3093,7 @@ messaging
3093
3093
3094
3094
messaging
3095
3095
.command(`create-apns-provider`)
3096
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-apns-provider' instead] Create a new Apple Push Notification service provider.`)
3096
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging create-apns-provider' instead] Create a new Apple Push Notification service provider.`)
3097
3097
.requiredOption(`--provider-id <provider-id>`,`Provider ID. Choose a custom ID or generate a random ID with 'ID.unique()'. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-apns-provider' instead] Update a Apple Push Notification service provider by its unique ID.`)
3122
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging update-apns-provider' instead] Update a Apple Push Notification service provider by its unique ID.`)
.option(`--enabled [value]`,`Set as enabled.`,(value)=>value===undefined ? true : parseBool(value))
@@ -3145,7 +3145,7 @@ messaging
3145
3145
3146
3146
messaging
3147
3147
.command(`create-fcm-provider`)
3148
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-fcm-provider' instead] Create a new Firebase Cloud Messaging provider.`)
3148
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging create-fcm-provider' instead] Create a new Firebase Cloud Messaging provider.`)
3149
3149
.requiredOption(`--provider-id <provider-id>`,`Provider ID. Choose a custom ID or generate a random ID with 'ID.unique()'. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.`)
3150
3150
.requiredOption(`--name <name>`,`Provider name.`)
3151
3151
.option(`--service-account-json <service-account-json>`,`FCM service account JSON.`)
@@ -3163,7 +3163,7 @@ messaging
3163
3163
3164
3164
messaging
3165
3165
.command(`update-fcm-provider`)
3166
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-fcm-provider' instead] Update a Firebase Cloud Messaging provider by its unique ID.`)
3166
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging update-fcm-provider' instead] Update a Firebase Cloud Messaging provider by its unique ID.`)
.option(`--enabled [value]`,`Set as enabled.`,(value)=>value===undefined ? true : parseBool(value))
@@ -3259,7 +3259,7 @@ messaging
3259
3259
3260
3260
messaging
3261
3261
.command(`create-smtp-provider`)
3262
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-smtp-provider' instead] Create a new SMTP provider.`)
3262
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging create-smtp-provider' instead] Create a new SMTP provider.`)
3263
3263
.requiredOption(`--provider-id <provider-id>`,`Provider ID. Choose a custom ID or generate a random ID with 'ID.unique()'. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.`)
3264
3264
.requiredOption(`--name <name>`,`Provider name.`)
3265
3265
.requiredOption(`--host <host>`,`SMTP hosts. Either a single hostname or multiple semicolon-delimited hostnames. You can also specify a different port for each host such as 'smtp1.example.com:25;smtp2.example.com'. You can also specify encryption type, for example: 'tls://smtp1.example.com:587;ssl://smtp2.example.com:465"'. Hosts will be tried in order.`)
@@ -3297,7 +3297,7 @@ messaging
3297
3297
3298
3298
messaging
3299
3299
.command(`update-smtp-provider`)
3300
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-smtp-provider' instead] Update a SMTP provider by its unique ID.`)
3300
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'messaging update-smtp-provider' instead] Update a SMTP provider by its unique ID.`)
.option(`--host <host>`,`SMTP hosts. Either a single hostname or multiple semicolon-delimited hostnames. You can also specify a different port for each host such as 'smtp1.example.com:25;smtp2.example.com'. You can also specify encryption type, for example: 'tls://smtp1.example.com:587;ssl://smtp2.example.com:465"'. Hosts will be tried in order.`)
Copy file name to clipboardExpand all lines: lib/commands/projects.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2514,7 +2514,7 @@ projects
2514
2514
2515
2515
projects
2516
2516
.command(`update-api-status`)
2517
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-api-status' instead] Update the status of a specific API type. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime.`)
2517
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects update-api-status' instead] Update the status of a specific API type. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-api-status-all' instead] Update the status of all API types. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime all at once.`)
2533
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects update-api-status-all' instead] Update the status of all API types. Use this endpoint to enable or disable API types such as REST, GraphQL and Realtime all at once.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-smtp' instead] Update the SMTP configuration for your project. Use this endpoint to configure your project's SMTP provider with your custom settings for sending transactional emails. `)
2785
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects update-smtp' instead] Update the SMTP configuration for your project. Use this endpoint to configure your project's SMTP provider with your custom settings for sending transactional emails. `)
.option(`--sender-name <sender-name>`,`Name of the email sender`)
@@ -2812,7 +2812,7 @@ projects
2812
2812
2813
2813
projects
2814
2814
.command(`create-smtp-test`)
2815
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'create-smtp-test' instead] Send a test email to verify SMTP configuration. `)
2815
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects create-smtp-test' instead] Send a test email to verify SMTP configuration. `)
.requiredOption(`--emails [emails...]`,`Array of emails to send test email to. Maximum of 10 emails are allowed.`)
2818
2818
.requiredOption(`--sender-name <sender-name>`,`Name of the email sender`)
@@ -2878,7 +2878,7 @@ projects
2878
2878
2879
2879
projects
2880
2880
.command(`get-sms-template`)
2881
-
.description(`[**DEPRECATED** - This command is deprecated. Please use 'get-sms-template' instead] Get a custom SMS template for the specified locale and type returning it's contents.`)
2881
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects get-sms-template' instead] Get a custom SMS template for the specified locale and type returning it's contents.`)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'update-sms-template' instead] Update a custom SMS template for the specified locale and type. Use this endpoint to modify the content of your SMS templates. `)
2897
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects update-sms-template' instead] Update a custom SMS template for the specified locale and type. Use this endpoint to modify the content of your SMS templates. `)
.description(`[**DEPRECATED** - This command is deprecated. Please use 'delete-sms-template' instead] Reset a custom SMS template to its default value. This endpoint removes any custom message and restores the template to its original state. `)
2915
+
.description(`[**DEPRECATED** - This command is deprecated. Please use 'projects delete-sms-template' instead] Reset a custom SMS template to its default value. This endpoint removes any custom message and restores the template to its original state. `)
0 commit comments