Skip to content

feat: log revision number after proxy/sharedflow bundle import (#641)#721

Open
saiflayouni wants to merge 1 commit into
apigee:mainfrom
saiflayouni:fix/log-import-revision
Open

feat: log revision number after proxy/sharedflow bundle import (#641)#721
saiflayouni wants to merge 1 commit into
apigee:mainfrom
saiflayouni:fix/log-import-revision

Conversation

@saiflayouni

Copy link
Copy Markdown

Summary

  • After a successful apis import or sharedflows import, the Apigee API returns the new revision number in the response body
  • This change logs that revision at INFO level for each bundle: Imported proxy <name> revision <N>
  • Operators can now confirm which revision was created without having to query the API separately

Test plan

  • Run apigeecli apis import -f <folder> and verify Imported proxy X revision N lines appear in stdout
  • Run apigeecli sharedflows import -f <folder> and verify similar lines for shared flows
  • Verify behaviour is unchanged when the response body lacks a revision field

Closes #641

🤖 Generated with Claude Code

@google-cla

google-cla Bot commented Jun 30, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

…e#641)

When importing API proxy or shared flow bundles, the Apigee API returns the
new revision number in the response body. Log it at INFO level so operators
can track which revision was created for each bundle.
@saiflayouni
saiflayouni force-pushed the fix/log-import-revision branch from d18f580 to a8ae305 Compare July 1, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FR] Provide output regarding created revisions when performing import operations

1 participant