{"id":15397542,"url":"https://github.com/kgajera/hrvst-cli","last_synced_at":"2025-08-21T12:31:12.072Z","repository":{"id":37666668,"uuid":"389249238","full_name":"kgajera/hrvst-cli","owner":"kgajera","description":"Harvest CLI that contains all features available in Harvest's REST API V2 and more!","archived":false,"fork":false,"pushed_at":"2024-10-12T19:25:03.000Z","size":2060,"stargazers_count":23,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-10T10:03:16.566Z","etag":null,"topics":["cli","harvest"],"latest_commit_sha":null,"homepage":"https://kgajera.github.io/hrvst-cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kgajera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"kgajera"}},"created_at":"2021-07-25T03:14:37.000Z","updated_at":"2024-11-26T20:11:10.000Z","dependencies_parsed_at":"2024-03-17T01:29:55.209Z","dependency_job_id":"3c982035-8b67-4d6f-93b2-712f3d12d96f","html_url":"https://github.com/kgajera/hrvst-cli","commit_stats":{"total_commits":100,"total_committers":1,"mean_commits":100.0,"dds":0.0,"last_synced_commit":"52876b21e74a779c42aba4c050ae211c139fb4d8"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgajera%2Fhrvst-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgajera%2Fhrvst-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgajera%2Fhrvst-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgajera%2Fhrvst-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kgajera","download_url":"https://codeload.github.com/kgajera/hrvst-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230511483,"owners_count":18237658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","harvest"],"created_at":"2024-10-01T15:38:20.695Z","updated_at":"2024-12-19T23:15:34.998Z","avatar_url":"https://github.com/kgajera.png","language":"TypeScript","funding_links":["https://github.com/sponsors/kgajera"],"categories":[],"sub_categories":[],"readme":"# Harvest CLI\n\n[![npm version](https://badge.fury.io/js/hrvst-cli.svg)](https://badge.fury.io/js/hrvst-cli)\n[![Tests](https://github.com/kgajera/hrvst-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/kgajera/hrvst-cli/actions/workflows/tests.yml)\n\nThis is a command-line interface (CLI) for [Harvest](https://www.getharvest.com) that contains all features available in Harvest's [REST API V2](https://help.getharvest.com/api-v2/). The majority of the CLI is generated from an export of Harvest's [Postman Collection](https://help.getharvest.com/api-v2/introduction/overview/postman-collection/).\n\nIn addition to supporting features of the REST API, the Harvest CLI provides convenient ways to [track time](/docs/commands/TimeTracking.md).\n\n## Getting Started\n\n### Install\n\nInstall the CLI using the `npm` package manager:\n\n```\nnpm install -g hrvst-cli\n```\n\n### Log in with your Harvest account\n\nTo authenticate with Harvest's REST API, [client side OAuth2](https://help.getharvest.com/api-v2/authentication-api/authentication/authentication/#for-client-side-applications) is used. To initiate this, run:\n\n```\nhrvst login\n```\n\nYou’ll be prompted to launch your browser and log in to Harvest to grant Harvest CLI access to your account.\n\n## CLI Command Reference\n\n\u003cpre\u003e\n\u003ca href=\"/docs/commands/Alias.md#list-all-aliases\"\u003ehrvst alias list\u003c/a\u003e\n\u003ca href=\"/docs/commands/Alias.md#create-an-alias\"\u003ehrvst alias create \u0026lt;alias\u0026gt;\u003c/a\u003e\n\u003ca href=\"/docs/commands/Alias.md#delete-an-alias\"\u003ehrvst alias delete \u0026lt;alias\u0026gt;\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Clients.md#create-a-client\"\u003ehrvst clients create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Clients.md#delete-a-client\"\u003ehrvst clients delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Clients.md#retrieve-a-specific-client\"\u003ehrvst clients get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Clients.md#list-all-clients\"\u003ehrvst clients list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Clients.md#update-a-client\"\u003ehrvst clients update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/clients/Contacts.md#create-a-contact\"\u003ehrvst clients contacts create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/clients/Contacts.md#delete-a-contact\"\u003ehrvst clients contacts delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/clients/Contacts.md#retrieve-a-specific-contact\"\u003ehrvst clients contacts get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/clients/Contacts.md#list-all-contacts\"\u003ehrvst clients contacts list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/clients/Contacts.md#update-a-contact\"\u003ehrvst clients contacts update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Company.md#retrieve-a-company\"\u003ehrvst company get\u003c/a\u003e\n\u003ca href=\"/docs/commands/Completion.md\"\u003ehrvst completion\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Estimates.md#create-an-estimate\"\u003ehrvst estimates create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Estimates.md#delete-an-estimate\"\u003ehrvst estimates delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Estimates.md#retrieve-a-specific-estimate\"\u003ehrvst estimates get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Estimates.md#list-all-estimates\"\u003ehrvst estimates list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Estimates.md#update-an-estimate\"\u003ehrvst estimates update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/ItemCategories.md#create-an-estimate-item-category\"\u003ehrvst estimates item-categories create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/ItemCategories.md#delete-an-estimate-item-category\"\u003ehrvst estimates item-categories delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/ItemCategories.md#retrieve-a-specific-estimate-item-category\"\u003ehrvst estimates item-categories get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/ItemCategories.md#list-all-estimate-item-categories\"\u003ehrvst estimates item-categories list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/ItemCategories.md#update-an-estimate-item-category\"\u003ehrvst estimates item-categories update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/LineItems.md#create-an-estimate-line-item\"\u003ehrvst estimates line-items create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/LineItems.md#delete-an-invoice-line-item\"\u003ehrvst estimates line-items delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/LineItems.md#update-an-estimate-line-item\"\u003ehrvst estimates line-items update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/Messages.md#create-an-estimate-message\"\u003ehrvst estimates messages create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/Messages.md#delete-an-estimate-message\"\u003ehrvst estimates messages delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/Messages.md#list-all-messages-for-an-estimate\"\u003ehrvst estimates messages list-by-estimate\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/Messages.md#mark-a-draft-estimate-as-sent\"\u003ehrvst estimates messages mark-draft-estimate-as-sent\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/estimates/Messages.md#re-open-a-closed-estimate\"\u003ehrvst estimates messages re-open-closed-estimate\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Expenses.md#create-an-expense\"\u003ehrvst expenses create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Expenses.md#delete-an-expense\"\u003ehrvst expenses delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Expenses.md#retrieve-a-specific-expense\"\u003ehrvst expenses get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Expenses.md#list-all-expenses\"\u003ehrvst expenses list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Expenses.md#update-an-expense\"\u003ehrvst expenses update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/expenses/Categories.md#create-an-expense-category\"\u003ehrvst expenses categories create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/expenses/Categories.md#delete-an-expense-category\"\u003ehrvst expenses categories delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/expenses/Categories.md#retrieve-a-specific-expense-category\"\u003ehrvst expenses categories get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/expenses/Categories.md#list-all-expense-categories\"\u003ehrvst expenses categories list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/expenses/Categories.md#update-an-expense-category\"\u003ehrvst expenses categories update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Invoices.md#create-a-free-form-invoice\"\u003ehrvst invoices create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Invoices.md#delete-an-invoice\"\u003ehrvst invoices delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Invoices.md#retrieve-a-specific-invoice\"\u003ehrvst invoices get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Invoices.md#list-all-invoices\"\u003ehrvst invoices list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Invoices.md#update-an-invoice\"\u003ehrvst invoices update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/ItemCategories.md#create-an-invoice-item-category\"\u003ehrvst invoices item-categories create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/ItemCategories.md#delete-an-invoice-item-category\"\u003ehrvst invoices item-categories delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/ItemCategories.md#retrieve-a-specific-invoice-item-category\"\u003ehrvst invoices item-categories get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/ItemCategories.md#list-all-invoice-item-categories\"\u003ehrvst invoices item-categories list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/ItemCategories.md#update-an-invoice-item-category\"\u003ehrvst invoices item-categories update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/LineItems.md#create-an-invoice-line-item\"\u003ehrvst invoices line-items create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/LineItems.md#delete-an-invoice-line-item\"\u003ehrvst invoices line-items delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/LineItems.md#update-an-invoice-line-item\"\u003ehrvst invoices line-items update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#create-an-invoice-message\"\u003ehrvst invoices messages create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#delete-an-invoice-message\"\u003ehrvst invoices messages delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#list-all-messages-for-an-invoice\"\u003ehrvst invoices messages list-by-invoice\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#mark-a-draft-invoice-as-sent\"\u003ehrvst invoices messages mark-draft-invoice-as-sent\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#mark-an-open-invoice-as-closed\"\u003ehrvst invoices messages mark-open-invoice-as-closed\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#mark-an-open-invoice-as-a-draft\"\u003ehrvst invoices messages mark-open-invoice-as-draft\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/invoices/Messages.md#re-open-a-closed-invoice\"\u003ehrvst invoices messages re-open-closed-invoice\u003c/a\u003e\n\u003ca href=\"/docs/commands/TimeTracking.md#log-time\"\u003ehrvst log \u0026lt;hours\u0026gt; [alias]\u003c/a\u003e\n\u003ca href=\"/docs/commands/Login.md\"\u003ehrvst login\u003c/a\u003e\n\u003ca href=\"/docs/commands/TimeTracking.md#update-notes-for-a-timer\"\u003ehrvst note\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md\"\u003ehrvst open\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#accounts\"\u003ehrvst open accounts\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#api-documentation\"\u003ehrvst open api\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#cli-documentation\"\u003ehrvst open docs\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#expenses\"\u003ehrvst open expenses\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#profile\"\u003ehrvst open profile\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#reports\"\u003ehrvst open reports\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#status\"\u003ehrvst open status\u003c/a\u003e\n\u003ca href=\"/docs/commands/Open.md#time\"\u003ehrvst open time\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Projects.md#create-a-project\"\u003ehrvst projects create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Projects.md#delete-a-project\"\u003ehrvst projects delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Projects.md#retrieve-a-specific-project\"\u003ehrvst projects get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Projects.md#list-all-projects\"\u003ehrvst projects list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Projects.md#update-a-project\"\u003ehrvst projects update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/TaskAssignments.md#create-a-task-assignment\"\u003ehrvst projects task-assignments create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/TaskAssignments.md#delete-a-task-assignment\"\u003ehrvst projects task-assignments delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/TaskAssignments.md#retrieve-a-specific-task-assignment\"\u003ehrvst projects task-assignments get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/TaskAssignments.md#list-all-task-assignments\"\u003ehrvst projects task-assignments list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/TaskAssignments.md#list-task-assignments-for-a-specific-project\"\u003ehrvst projects task-assignments list-by-project\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/TaskAssignments.md#update-a-task-assignment\"\u003ehrvst projects task-assignments update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/UserAssignments.md#create-a-user-assignment\"\u003ehrvst projects user-assignments create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/UserAssignments.md#delete-a-user-assignment\"\u003ehrvst projects user-assignments delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/UserAssignments.md#retrieve-a-specific-user-assignment\"\u003ehrvst projects user-assignments get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/UserAssignments.md#list-all-user-assignments\"\u003ehrvst projects user-assignments list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/UserAssignments.md#list-user-assignments-for-a-specific-project\"\u003ehrvst projects user-assignments list-by-project\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/projects/UserAssignments.md#update-a-user-assignment\"\u003ehrvst projects user-assignments update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Reports.md#project-budget-report\"\u003ehrvst reports project-budget-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Reports.md#uninvoiced-report\"\u003ehrvst reports uninvoiced-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/ExpenseReports.md#expense-categories-report\"\u003ehrvst reports expense-reports categories-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/ExpenseReports.md#clients-expense-report\"\u003ehrvst reports expense-reports clients-expense-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/ExpenseReports.md#projects-expense-report\"\u003ehrvst reports expense-reports projects-expense-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/ExpenseReports.md#team-expense-report\"\u003ehrvst reports expense-reports team-expense-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/TimeReports.md#clients-time-report\"\u003ehrvst reports time-reports clients-time-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/TimeReports.md#projects-time-report\"\u003ehrvst reports time-reports projects-time-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/TimeReports.md#tasks-time-report\"\u003ehrvst reports time-reports tasks-time-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/reports/TimeReports.md#team-time-report\"\u003ehrvst reports time-reports team-time-report\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Roles.md#create-a-role\"\u003ehrvst roles create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Roles.md#delete-a-role\"\u003ehrvst roles delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Roles.md#retrieve-a-specific-role\"\u003ehrvst roles get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Roles.md#list-all-roles\"\u003ehrvst roles list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Roles.md#update-a-role\"\u003ehrvst roles update\u003c/a\u003e\n\u003ca href=\"/docs/commands/TimeTracking.md#start-a-timer\"\u003ehrvst start [alias]\u003c/a\u003e\n\u003ca href=\"/docs/commands/Status.md\"\u003ehrvst status\u003c/a\u003e\n\u003ca href=\"/docs/commands/TimeTracking.md#stop-a-timer\"\u003ehrvst stop\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Tasks.md#create-a-task\"\u003ehrvst tasks create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Tasks.md#delete-a-task\"\u003ehrvst tasks delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Tasks.md#retrieve-a-specific-task\"\u003ehrvst tasks get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Tasks.md#list-all-tasks\"\u003ehrvst tasks list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Tasks.md#update-a-task\"\u003ehrvst tasks update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#create-a-time-entry-via-start-and-end-time\"\u003ehrvst time-entries create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#delete-a-time-entry\"\u003ehrvst time-entries delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#delete-a-time-entrys-external-reference\"\u003ehrvst time-entries delete-external-reference\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#retrieve-a-specific-time-entry\"\u003ehrvst time-entries get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#list-all-time-entries\"\u003ehrvst time-entries list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#restart-a-stopped-time-entry\"\u003ehrvst time-entries restart\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#stop-a-running-time-entry\"\u003ehrvst time-entries stop\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/TimeEntries.md#update-a-time-entry\"\u003ehrvst time-entries update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Users.md#create-a-user\"\u003ehrvst users create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Users.md#delete-a-user\"\u003ehrvst users delete\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Users.md#retrieve-a-specific-user\"\u003ehrvst users get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Users.md#list-all-users\"\u003ehrvst users list\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Users.md#retrieve-the-currently-authenticated-user\"\u003ehrvst users me\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/Users.md#update-a-user\"\u003ehrvst users update\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/BillableRates.md#create-a-billable-rate\"\u003ehrvst users billable-rates create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/BillableRates.md#retrieve-a-specific-billable-rate\"\u003ehrvst users billable-rates get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/BillableRates.md#list-all-billable-rates-for-a-specific-user\"\u003ehrvst users billable-rates list-by-user\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/CostRates.md#create-a-cost-rate\"\u003ehrvst users cost-rates create\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/CostRates.md#retrieve-a-specific-cost-rate\"\u003ehrvst users cost-rates get\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/CostRates.md#list-all-cost-rates-for-a-specific-user\"\u003ehrvst users cost-rates list-by-user\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/ProjectAssignments.md#list-active-project-assignments\"\u003ehrvst users project-assignments list-by-user\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/ProjectAssignments.md#list-active-project-assignments-for-the-currently-authenticated-user\"\u003ehrvst users project-assignments me\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/Teammates.md#list-all-assigned-teammates\"\u003ehrvst users teammates list-by-user\u003c/a\u003e\n\u003ca href=\"/docs/generated-commands/users/Teammates.md#update-a-users-assigned-teammates\"\u003ehrvst users teammates update\u003c/a\u003e\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgajera%2Fhrvst-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkgajera%2Fhrvst-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgajera%2Fhrvst-cli/lists"}