Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
kontent-ai
/
cli
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
7
Code
Issues
0
Pull requests
1
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Add mapi command
- #69
#69
Open
IvanKiral
wants to merge 24 commits into
master
kontent-ai/cli:master
from
add_mapi_command
kontent-ai/cli:add_mapi_command
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
Add mapi command
#69
IvanKiral
wants to merge 24 commits into
master
kontent-ai/cli:master
from
add_mapi_command
kontent-ai/cli:add_mapi_command
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
refactor: send all logging to stderr through an injectable Logger (#66)
Show description for 63728b0
IvanKiral
authored
63728b0
View commit details
Copy full SHA for 63728b0
Browse repository at this point
feat: add `kontent mapi` raw Management API passthrough command (#67)
Show description for 6e55fa0
IvanKiral
authored
6e55fa0
View commit details
Copy full SHA for 6e55fa0
Browse repository at this point
Commits on Aug 18, 2026
test: add e2e suite exercising `kontent mapi` against a cloned Kontent.ai environment
IvanKiral
committed
7b45491
View commit details
Copy full SHA for 7b45491
Browse repository at this point
feat: generate command reference docs from yargs definitions (#68)
Show description for c2310b6
IvanKiral
authored
c2310b6
View commit details
Copy full SHA for c2310b6
Browse repository at this point
Commits on Aug 19, 2026
fix: move E2E_ENV_ID_FILE to step-level env, runner context is invalid in job env
IvanKiral
committed
4b88237
View commit details
Copy full SHA for 4b88237
Browse repository at this point
test: fail e2e run with an error when E2E_* credentials are unset
IvanKiral
committed
2f2661c
View commit details
Copy full SHA for 2f2661c
Browse repository at this point
Commits on Aug 20, 2026
fix: resolve KONTENT_* env vars explicitly instead of through yargs
Show description for f5aee29
IvanKiral
committed
f5aee29
View commit details
Copy full SHA for f5aee29
Browse repository at this point
fix: bound, abort, and correctly parse the 429 retry backoff
Show description for eba7550
IvanKiral
committed
eba7550
View commit details
Copy full SHA for eba7550
Browse repository at this point
fix: treat backslashes as separators in the endpoint traversal guard
Show description for 33cfb7f
IvanKiral
committed
33cfb7f
View commit details
Copy full SHA for 33cfb7f
Browse repository at this point
fix: correct argument handling in kontent mapi
Show description for fd9585a
IvanKiral
committed
fd9585a
View commit details
Copy full SHA for fd9585a
Browse repository at this point
fix: send command payloads to stdout, unconditionally
Show description for bcd5763
IvanKiral
committed
bcd5763
View commit details
Copy full SHA for bcd5763
Browse repository at this point
fix: return raw response bytes from `kontent mapi`
Show description for 7dcce04
IvanKiral
committed
7dcce04
View commit details
Copy full SHA for 7dcce04
Browse repository at this point
fix: read the response body with arrayBuffer, not Response.bytes
Show description for 45f746f
IvanKiral
committed
45f746f
View commit details
Copy full SHA for 45f746f
Browse repository at this point
Commits on Aug 24, 2026
fix: read MAPI responses through core-sdk's HttpAdapter again
Show description for 2a25ae7
IvanKiral
committed
2a25ae7
View commit details
Copy full SHA for 2a25ae7
Browse repository at this point
fix: match core-sdk's JSON rule, copy no request body, bind prompts to stderr
Show description for b29990f
IvanKiral
committed
b29990f
View commit details
Copy full SHA for b29990f
Browse repository at this point
fix: report a dropped response body from its content type, not its length
Show description for 6dc209e
IvanKiral
committed
6dc209e
View commit details
Copy full SHA for 6dc209e
Browse repository at this point
docs: say what --logLevel none does and does not silence
Show description for f0d655b
IvanKiral
committed
f0d655b
View commit details
Copy full SHA for f0d655b
Browse repository at this point
refactor: declare mapi request errors in the layer that raises them
Show description for c09503e
IvanKiral
committed
c09503e
View commit details
Copy full SHA for c09503e
Browse repository at this point
refactor: format the mapi response before writing it
Show description for 0c1644d
IvanKiral
committed
0c1644d
View commit details
Copy full SHA for 0c1644d
Browse repository at this point
refactor: hand the raw mapi retry loop to core-sdk
Show description for c73c808
IvanKiral
committed
c73c808
View commit details
Copy full SHA for c73c808
Browse repository at this point
Commits on Sep 3, 2026
fix: survive a closed stdout pipe, stream --input instead of buffering
Show description for df80c4c
IvanKiral
committed
df80c4c
View commit details
Copy full SHA for df80c4c
Browse repository at this point
ci: install pnpm and Node through pnpm/setup, dropping the npmrc auth line
Show description for 7abc484
IvanKiral
committed
7abc484
View commit details
Copy full SHA for 7abc484
Browse repository at this point
fix: read --version from package.json instead of yargs' lookup
Show description for dbb370b
IvanKiral
committed
dbb370b
View commit details
Copy full SHA for dbb370b
Browse repository at this point
fix: report why a mapi request failed, guard the env id
Show description for 2ad3cc4
IvanKiral
committed
2ad3cc4
View commit details
Copy full SHA for 2ad3cc4
Browse repository at this point
You can’t perform that action at this time.