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
By the time this issue is created, there're two packages in this monorepo:
Basti CLI (basti)
Basti CDK (basti-cdk)
Suggested versioning strategy
basti and basti-cdk are both versioned independently following semantic versioning.
A new major version is released in two cases
The user interface has changed. For example, a basti-cdk property or a basti CLI option has been renamed.
Basti CLI init command or basti-cdk infrastructure is no longer compatible with the existing versions of the Basti CLI connect command.
Newer versions of Basti CLI must support connecting to any older minor and major version of the infrastructure.
basti connect command checks if the infrastructure was initialized with the satisfying major version of Basti CLI or Basti CDK. If not, the user is asked to update to the latest version of Basti CLI (which must support the newer infrastructure).
The text was updated successfully, but these errors were encountered:
Context
By the time this issue is created, there're two packages in this monorepo:
basti
)basti-cdk
)Suggested versioning strategy
basti
andbasti-cdk
are both versioned independently following semantic versioning.A new major version is released in two cases
basti-cdk
property or abasti
CLI option has been renamed.init
command orbasti-cdk
infrastructure is no longer compatible with the existing versions of the Basti CLIconnect
command.Newer versions of Basti CLI must support connecting to any older minor and major version of the infrastructure.
basti connect
command checks if the infrastructure was initialized with the satisfying major version of Basti CLI or Basti CDK. If not, the user is asked to update to the latest version of Basti CLI (which must support the newer infrastructure).The text was updated successfully, but these errors were encountered: