Skip to content

Commit

Permalink
Merge pull request balena-io#2066 from balena-io/device-purge
Browse files Browse the repository at this point in the history
Add command device purge
  • Loading branch information
bulldozer-balena[bot] committed Oct 29, 2020
2 parents bb7cd7a + 47fcffe commit 46d7d1d
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 174 deletions.
13 changes: 7 additions & 6 deletions automation/capitanodoc/capitanodoc.ts
Expand Up @@ -55,20 +55,21 @@ const capitanoDoc = {
{
title: 'Device',
files: [
'build/commands/devices/index.js',
'build/commands/devices/supported.js',
'build/commands/device/index.js',
'build/commands/device/identify.js',
'build/commands/device/init.js',
'build/commands/device/index.js',
'build/commands/device/move.js',
'build/commands/device/os-update.js',
'build/commands/device/public-url.js',
'build/commands/device/purge.js',
'build/commands/device/reboot.js',
'build/commands/device/register.js',
'build/commands/device/rename.js',
'build/commands/device/rm.js',
'build/commands/device/restart.js',
'build/commands/device/rm.js',
'build/commands/device/shutdown.js',
'build/commands/devices/index.js',
'build/commands/devices/supported.js',
'build/commands/device/os-update.js',
'build/commands/device/public-url.js',
],
},
{
Expand Down

0 comments on commit 46d7d1d

Please sign in to comment.