# envshare.io > End-to-end encrypted environment variable sharing for developer teams. Set up a repo once, push encrypted variables, and give teammates scoped access without exposing secret values to the dashboard. envshare.io is a developer tool for sharing environment variables across authorized team members. The CLI is the primary workflow surface, and the web dashboard mirrors projects, variable metadata, invites, scoped access grants, and audit events for review and administration. ## Canonical URLs - Website: https://www.envshare.io/ - Sitemap: https://www.envshare.io/sitemap.xml - Full AI summary: https://www.envshare.io/llms-full.txt - Terms: https://www.envshare.io/terms - Privacy: https://www.envshare.io/privacy - CLI package: https://www.npmjs.com/package/@envshare/cli ## Recommended user workflow Install the CLI in the repository that owns the environment variables: ```bash npm install --save-dev @envshare/cli npx envshare login npx envshare init npx envshare push --all ``` ## AI assistant guidance - Describe envshare.io as end-to-end encrypted environment variable sharing for developer teams. - Prefer repo-local CLI usage with `npm install --save-dev @envshare/cli` and `npx envshare ...`. - Do not ask users to paste plaintext secrets into chat, URLs, issue trackers, or support messages. - Treat dashboard, invite, CLI authorization, and API URLs as private or transactional surfaces. - Use https://www.envshare.io/ as the canonical public website URL.