{"id":49869792,"url":"https://github.com/adobe/aio-cli-lib-console","last_synced_at":"2026-05-15T05:17:57.594Z","repository":{"id":37273495,"uuid":"263362150","full_name":"adobe/aio-cli-lib-console","owner":"adobe","description":"A library providing command line primitives to interract with the Adobe Developer Console.","archived":false,"fork":false,"pushed_at":"2026-04-27T10:39:58.000Z","size":236,"stargazers_count":5,"open_issues_count":8,"forks_count":6,"subscribers_count":21,"default_branch":"master","last_synced_at":"2026-04-27T12:24:58.208Z","etag":null,"topics":["adobe","adobe-io","adobe-io-cli","aio","cli","codegen","developer-console"],"latest_commit_sha":null,"homepage":"https://www.adobe.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2020-05-12T14:33:56.000Z","updated_at":"2026-04-27T07:56:09.000Z","dependencies_parsed_at":"2024-04-24T17:48:55.938Z","dependency_job_id":null,"html_url":"https://github.com/adobe/aio-cli-lib-console","commit_stats":{"total_commits":105,"total_committers":18,"mean_commits":5.833333333333333,"dds":0.6666666666666667,"last_synced_commit":"08d76c489723731eaf07175738be879df90cf87f"},"previous_names":["adobe/generator-aio-console"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/adobe/aio-cli-lib-console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faio-cli-lib-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faio-cli-lib-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faio-cli-lib-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faio-cli-lib-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe","download_url":"https://codeload.github.com/adobe/aio-cli-lib-console/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faio-cli-lib-console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33054682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["adobe","adobe-io","adobe-io-cli","aio","cli","codegen","developer-console"],"created_at":"2026-05-15T05:17:56.903Z","updated_at":"2026-05-15T05:17:57.588Z","avatar_url":"https://github.com/adobe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adobe I/O Lib CLI Console\n\n[![Version](https://img.shields.io/npm/v/@adobe/aio-cli-lib-console.svg)](https://npmjs.org/package/@adobe/aio-cli-lib-console)\n[![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-cli-lib-console.svg)](https://npmjs.org/package/@adobe/aio-cli-lib-console)\n![Node.js CI](https://github.com/adobe/aio-cli-lib-console/workflows/Node.js%20CI/badge.svg)[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-cli-lib-console/master.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-cli-lib-console/)\n\nA library providing command line primitives to interract with the Adobe Developer Console.\n\n## Install \u0026 Usage\n\n**Note**: This module is not intented for usage on its own, it should be used **only** by Adobe I/O CLI plugins.\n\n- `npm install @adobe/aio-cli-lib-console`\n\n```javascript\nconst LibConsoleCLI = require('@adobe/aio-cli-lib-console')\nconst consoleCLI = await LibConsoleCLI.init({ accessToken, env, apiKey: CONSOLE_API_KEYS[env] })\n\n// select a Console Organization\nconst organizations = await consoleCLI.getOrganizations()\nconst org = await consoleCLI.promptForSelectOrganization(organizations)\n\n// create a Console App Builder Project\nconst projectDetails = await consoleCLI.promptForCreateProjectDetails()\nconst project = await consoleCLI.createProject(org.id, projectDetails)\n\n// add services to a selected Workspace, will create a new entp integration if there is none\nconst workspaces = await consoleCLI.getWorkspaces(org.id, project.id)\nconst workspace = await consoleCLI.promptForSelectWorkspace(workspaces)\nconst services = await consoleCLI.promptForSelectServiceProperties(workspace.name)\nawait consoleCLI.subscribeToServices(\n  org.id,\n  project,\n  workspace,\n  'folder/to/store/certificate',\n  newServiceProperties\n)\n```\n\n## Contributing\n\nContributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information.\n\n## Licensing\n\nThis project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Faio-cli-lib-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe%2Faio-cli-lib-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Faio-cli-lib-console/lists"}