Merge pull request #2656 from balena-io/fix-app-create

app create: Fix halting with a deprecation warning
This commit is contained in:
flowzone-app[bot] 2023-07-24 13:37:00 +00:00 committed by GitHub
commit a034f585ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,6 @@ Please use "balena ${alternative}" instead.`);
'local stop': [removed, stopAlternative, 'v11.0.0'],
app: [replaced, 'fleet', 'v13.0.0'],
apps: [replaced, 'fleets', 'v13.0.0'],
'app create': [replaced, 'fleet create', 'v13.0.0'],
'app purge': [replaced, 'fleet purge', 'v13.0.0'],
'app rename': [replaced, 'fleet rename', 'v13.0.0'],
'app restart': [replaced, 'fleet restart', 'v13.0.0'],