Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(contracts-orchestrator): initialize the contracts orchestrator plugin #241

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

guillaumeduboc
Copy link
Member

@guillaumeduboc guillaumeduboc commented Aug 26, 2022

To test this new package,

  • head to a repo with swarmion and swarmion-contracts
  • link serverless-plugin
  • add serverless-orchestrator as devDependency at the root and link it
  • in all your services, add a script "list-contract-schemas": "serverless listContractSchemas"
  • add list-contract-schemas to your nx targets. It depends on package
  • add .swarmion to your .gitignore
  • run the magic command
yarn list-contract-schemas && yarn serverless-orchestrator

馃挕 you may need to install graphviz

馃殌 Now your deployments will always be safe

image

@github-actions
Copy link

馃殌 Deployed on https://docs-preview-241--swarmion.netlify.app

@github-actions github-actions bot temporarily deployed to pull request August 26, 2022 16:11 Inactive
@@ -0,0 +1,3 @@
import { jestConfig } from '@swarmion/configuration';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have switched to vitest, can use its config?

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.

None yet

2 participants