Skip to content

Add a more descriptive definition for hs init #1360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 3, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lang/en.lyaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ en:
other: "Remove {{ count }} inactive accounts from the CLI config?"
removeSuccess: "Removed {{ accountName }} from the CLI config."
auth:
describe: "Configure authentication for a HubSpot account. Supported authentication protocols are {{ supportedProtocols }}."
describe: "Configure authentication for your HubSpot account. Supported authentication protocols are {{ supportedProtocols }}."
errors:
noConfigFileFound: "No config file was found. To create a new config file, use the \"hs init\" command."
unsupportedAuthType: "Unsupported auth type: {{ type }}. The only supported authentication protocols are {{ supportedProtocols }}."
Expand Down Expand Up @@ -443,7 +443,7 @@ en:
success:
fetch: "Downloaded HubDB table {{ tableId }} to {{ path }}"
init:
describe: "Initialize {{ configName }} for a HubSpot account."
describe: "Configure authentication for your HubSpot account. This will create a {{ configName }} file to store your account information."
options:
authType:
describe: "Authentication mechanism"
Expand Down