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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deploy command #155

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Add deploy command #155

merged 1 commit into from
Mar 10, 2022

Conversation

nguyer
Copy link
Contributor

@nguyer nguyer commented Mar 8, 2022

This PR adds a deploy command which can be used by test and other automation tools to deploy pre-compiled contracts. The syntax of the command is ff deploy <stack_name> <file_name>. If there is more than one contract in the file, a prompt will appear asking which contract to deploy.

Resolves #151

Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Copy link
Contributor

@awrichar awrichar left a comment

Choose a reason for hiding this comment

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

LGTM! Are we tracking the eventual removal of the remaining "old" deploy paths here for the internal FireFly contracts?

@nguyer nguyer merged commit 738c63c into hyperledger:main Mar 10, 2022
@nguyer nguyer deleted the deploy-command branch March 10, 2022 19:57
@nguyer
Copy link
Contributor Author

nguyer commented Mar 10, 2022

Added #158 to track that

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.

CLI command to deploy custom contracts
2 participants