{"id":27890179,"url":"https://github.com/tibcosoftware/tcapim-cli-plugin","last_synced_at":"2025-06-11T14:37:32.869Z","repository":{"id":42988563,"uuid":"468937463","full_name":"TIBCOSoftware/tcapim-cli-plugin","owner":"TIBCOSoftware","description":"CLI Plugin to create and manage TIBCO Cloud™ API Management applications.","archived":false,"fork":false,"pushed_at":"2024-01-09T19:19:16.000Z","size":1434,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T05:12:00.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TIBCOSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-03-12T00:19:05.000Z","updated_at":"2022-03-28T08:54:19.000Z","dependencies_parsed_at":"2024-10-19T00:55:05.086Z","dependency_job_id":null,"html_url":"https://github.com/TIBCOSoftware/tcapim-cli-plugin","commit_stats":{"total_commits":11,"total_committers":4,"mean_commits":2.75,"dds":0.5454545454545454,"last_synced_commit":"4d981f5e4a40a80316c76410435e3b7f7ecf5077"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Ftcapim-cli-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Ftcapim-cli-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Ftcapim-cli-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Ftcapim-cli-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TIBCOSoftware","download_url":"https://codeload.github.com/TIBCOSoftware/tcapim-cli-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Ftcapim-cli-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259280779,"owners_count":22833443,"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":[],"created_at":"2025-05-05T10:44:49.364Z","updated_at":"2025-06-11T14:37:32.849Z","avatar_url":"https://github.com/TIBCOSoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"CLI Plugin for TIBCO Cloud™ API Management\n=================\n\nCLI Plugin to create and manage TIBCO Cloud™ API Management applications. \n\nThis plugin extends the functionality of TIBCO Cloud™ API Management by helping to manage the API artifacts and TIBCO Cloud™ Integration applications related to TIBCO Cloud API management. \nTo be used as an extension of [TIBCO Cloud™ CLI](https://github.com/TIBCOSoftware/cic-cli-main)\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n```\nInstall Plugin\n  $ tibco plugins:install @tibco-software/cli-plugin-tcapim\nUSAGE\n  $ tibco tcapim:graphql-policy [flags]\n```\n# Commands\n\n\u003e:exclamation: [Configure CLI](https://github.com/TIBCOSoftware/cic-cli-main#configure-cli) to access TIBCO Cloud before executing the commands.\n\n* [`tibco tcapim:graphql-policy`](#tibco-tcapimgraphql-policy)\n\n## `tibco tcapim:graphql-policy`\n \nThis command simplifies the creation and deployment of [GraphQL Policy](https://github.com/TIBCOSoftware/tcapim-graphql-proxy) application on TIBCO Cloud™ Integration.  \n\n```\nUSAGE\n  $ tibco tcapim:graphql-policy\n\nOPTIONS\n  -d, --deploy         Deploy and run the application on TIBCO Cloud\n  -f, --force          Force overwrite existing applications\n  -n, --name=name      (required) Name of the nodeJS app\n  -s, --schema=schema  (required) Graphql schema. Supports reading from a file or query graphql server\n  --no-cache           Set as true to download latest github release\n  --no-warnings        Disable warnings from commands outputs\n  --profile=profile    Switch to different org or region using profile\n  --repo=repo          [default: https://github.com/TIBCOSoftware/tcapim-graphql-proxy] Template code repository\n\nEXAMPLE\n  tibco tcapim:graphql-policy --name countries-graphql-policy --schema https://countries.trevorblades.com/graphql --deploy\n```\nPost Deployment, the application is set as `live` and enabled for discovery with TIBCO Cloud™ Mesh.  \nUsers can provide their own template application using the `--repo` flag. The plugin fetches the latest release from the provided github repository.  \n\n_See code: [src/commands/tcapim/graphql-policy.js](https://github.com/TIBCOSoftware/tcapim-cli-plugin/blob/master/src/commands/tcapim/graphql-policy.js)_\n\n## License\nThis repository is governed by the license specified in the [license file](LICENSE.md). \n\n## Help\n The samples provided here are maintained and supported by the user community. For raising any issues or questions related to the samples provided here please create a GitHub issue.\n\nIf you would like to contribute, please send us a note at tcapim-pm@tibco.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibcosoftware%2Ftcapim-cli-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftibcosoftware%2Ftcapim-cli-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibcosoftware%2Ftcapim-cli-plugin/lists"}