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
This issue documents the steps necessary to begin integrating the Forge CLI with the new Foundry API. Each of the subcommands below should use the existing API client for integration.
deploy
A new deploy subcommand with the following commands:
new: Creates a new deployment from an existing release
status: Returns the status of a specific deployment
release
A new release subcommand with the following commands:
new: Creates a new release from the given project
info: Returns information about a specific release
The text was updated successfully, but these errors were encountered:
This issue documents the steps necessary to begin integrating the Forge CLI with the new Foundry API. Each of the subcommands below should use the existing API client for integration.
deploy
A new
deploy
subcommand with the following commands:new
: Creates a new deployment from an existing releasestatus
: Returns the status of a specific deploymentrelease
A new
release
subcommand with the following commands:new
: Creates a new release from the given projectinfo
: Returns information about a specific releaseThe text was updated successfully, but these errors were encountered: