From 2b044348e0f5dbb40ae4a5a48a4dcf9eff0d4659 Mon Sep 17 00:00:00 2001 From: Otavio Jacobi Date: Thu, 22 Aug 2024 12:55:48 -0300 Subject: [PATCH] Rename the lib folder to src Change-type: major --- {lib => src}/app.ts | 0 {lib => src}/auth/index.ts | 0 {lib => src}/auth/pages/error.ejs | 0 {lib => src}/auth/pages/static/images/happy.png | Bin {lib => src}/auth/pages/static/images/sad.png | Bin {lib => src}/auth/pages/static/style.css | 0 {lib => src}/auth/pages/success.ejs | 0 {lib => src}/auth/server.ts | 0 {lib => src}/auth/utils.ts | 0 {lib => src}/command.ts | 0 {lib => src}/commands/api-key/generate.ts | 0 {lib => src}/commands/api-key/revoke.ts | 0 {lib => src}/commands/api-keys/index.ts | 0 {lib => src}/commands/app/create.ts | 0 {lib => src}/commands/block/create.ts | 0 {lib => src}/commands/build/index.ts | 0 {lib => src}/commands/config/generate.ts | 0 {lib => src}/commands/config/inject.ts | 0 {lib => src}/commands/config/read.ts | 0 {lib => src}/commands/config/reconfigure.ts | 0 {lib => src}/commands/config/write.ts | 0 {lib => src}/commands/deploy/index.ts | 0 {lib => src}/commands/device/deactivate.ts | 0 {lib => src}/commands/device/identify.ts | 0 {lib => src}/commands/device/index.ts | 0 {lib => src}/commands/device/init.ts | 0 {lib => src}/commands/device/local-mode.ts | 0 {lib => src}/commands/device/move.ts | 0 {lib => src}/commands/device/os-update.ts | 0 {lib => src}/commands/device/pin.ts | 0 {lib => src}/commands/device/public-url.ts | 0 {lib => src}/commands/device/purge.ts | 0 {lib => src}/commands/device/reboot.ts | 0 {lib => src}/commands/device/register.ts | 0 {lib => src}/commands/device/rename.ts | 0 {lib => src}/commands/device/restart.ts | 0 {lib => src}/commands/device/rm.ts | 0 {lib => src}/commands/device/shutdown.ts | 0 {lib => src}/commands/device/start-service.ts | 0 {lib => src}/commands/device/stop-service.ts | 0 {lib => src}/commands/device/track-fleet.ts | 0 {lib => src}/commands/devices/index.ts | 0 {lib => src}/commands/devices/supported.ts | 0 {lib => src}/commands/env/add.ts | 0 {lib => src}/commands/env/rename.ts | 0 {lib => src}/commands/env/rm.ts | 0 {lib => src}/commands/envs/index.ts | 0 {lib => src}/commands/fleet/create.ts | 0 {lib => src}/commands/fleet/index.ts | 0 {lib => src}/commands/fleet/pin.ts | 0 {lib => src}/commands/fleet/purge.ts | 0 {lib => src}/commands/fleet/rename.ts | 0 {lib => src}/commands/fleet/restart.ts | 0 {lib => src}/commands/fleet/rm.ts | 0 {lib => src}/commands/fleet/track-latest.ts | 0 {lib => src}/commands/fleets/index.ts | 0 {lib => src}/commands/internal/osinit.ts | 0 {lib => src}/commands/join/index.ts | 0 {lib => src}/commands/key/add.ts | 0 {lib => src}/commands/key/index.ts | 0 {lib => src}/commands/key/rm.ts | 0 {lib => src}/commands/keys/index.ts | 0 {lib => src}/commands/leave/index.ts | 0 {lib => src}/commands/local/configure.ts | 0 {lib => src}/commands/local/flash.ts | 0 {lib => src}/commands/login/index.ts | 0 {lib => src}/commands/logout/index.ts | 0 {lib => src}/commands/logs/index.ts | 0 {lib => src}/commands/notes/index.ts | 0 {lib => src}/commands/orgs/index.ts | 0 {lib => src}/commands/os/build-config.ts | 0 {lib => src}/commands/os/configure.ts | 0 {lib => src}/commands/os/download.ts | 0 {lib => src}/commands/os/initialize.ts | 0 {lib => src}/commands/os/versions.ts | 0 {lib => src}/commands/preload/index.ts | 0 {lib => src}/commands/push/index.ts | 0 {lib => src}/commands/release/finalize.ts | 0 {lib => src}/commands/release/index.ts | 0 {lib => src}/commands/release/invalidate.ts | 0 {lib => src}/commands/release/validate.ts | 0 {lib => src}/commands/releases/index.ts | 0 {lib => src}/commands/scan/index.ts | 0 {lib => src}/commands/settings/index.ts | 0 {lib => src}/commands/ssh/index.ts | 0 {lib => src}/commands/support/index.ts | 0 {lib => src}/commands/tag/rm.ts | 0 {lib => src}/commands/tag/set.ts | 0 {lib => src}/commands/tags/index.ts | 0 {lib => src}/commands/tunnel/index.ts | 0 {lib => src}/commands/util/available-drives.ts | 0 {lib => src}/commands/version/index.ts | 0 {lib => src}/commands/whoami/index.ts | 0 {lib => src}/config.ts | 0 {lib => src}/deprecation.ts | 0 {lib => src}/errors.ts | 0 {lib => src}/events.ts | 0 {lib => src}/fast-boot.ts | 0 {lib => src}/global.d.ts | 0 {lib => src}/help.ts | 0 {lib => src}/hooks/command-not-found/suggest.ts | 0 {lib => src}/hooks/prerun/track.ts | 0 {lib => src}/preparser.ts | 0 {lib => src}/utils/application-create.ts | 0 {lib => src}/utils/bootstrap.ts | 0 {lib => src}/utils/cloud.ts | 0 {lib => src}/utils/common-args.ts | 0 {lib => src}/utils/common-flags.ts | 0 {lib => src}/utils/compose-types.d.ts | 0 {lib => src}/utils/compose.ts | 0 {lib => src}/utils/compose_ts.ts | 0 {lib => src}/utils/config.ts | 0 {lib => src}/utils/deploy-legacy.ts | 0 {lib => src}/utils/device/api.ts | 0 {lib => src}/utils/device/deploy.ts | 0 {lib => src}/utils/device/errors.ts | 0 {lib => src}/utils/device/live.ts | 0 {lib => src}/utils/device/logs.ts | 0 {lib => src}/utils/device/ssh.ts | 0 {lib => src}/utils/discover.ts | 0 {lib => src}/utils/docker.ts | 0 {lib => src}/utils/env-common.ts | 0 {lib => src}/utils/eol-conversion.ts | 0 {lib => src}/utils/helpers.ts | 0 {lib => src}/utils/ignore.ts | 0 {lib => src}/utils/lazy.ts | 0 {lib => src}/utils/logger.ts | 0 {lib => src}/utils/messages.ts | 0 {lib => src}/utils/normalization.ts | 0 {lib => src}/utils/oclif-utils.ts | 0 {lib => src}/utils/patterns.ts | 0 {lib => src}/utils/pine.ts | 0 {lib => src}/utils/promote.ts | 0 {lib => src}/utils/proxy.ts | 0 {lib => src}/utils/qemu.ts | 0 {lib => src}/utils/remote-build.ts | 0 {lib => src}/utils/sdk.ts | 0 {lib => src}/utils/ssh.ts | 0 {lib => src}/utils/streams.ts | 0 {lib => src}/utils/sudo.ts | 0 {lib => src}/utils/tty.ts | 0 {lib => src}/utils/tunnel.ts | 0 {lib => src}/utils/umount.ts | 0 {lib => src}/utils/update.ts | 0 {lib => src}/utils/validation.ts | 0 {lib => src}/utils/version.ts | 0 {lib => src}/utils/which.ts | 0 147 files changed, 0 insertions(+), 0 deletions(-) rename {lib => src}/app.ts (100%) rename {lib => src}/auth/index.ts (100%) rename {lib => src}/auth/pages/error.ejs (100%) rename {lib => src}/auth/pages/static/images/happy.png (100%) rename {lib => src}/auth/pages/static/images/sad.png (100%) rename {lib => src}/auth/pages/static/style.css (100%) rename {lib => src}/auth/pages/success.ejs (100%) rename {lib => src}/auth/server.ts (100%) rename {lib => src}/auth/utils.ts (100%) rename {lib => src}/command.ts (100%) rename {lib => src}/commands/api-key/generate.ts (100%) rename {lib => src}/commands/api-key/revoke.ts (100%) rename {lib => src}/commands/api-keys/index.ts (100%) rename {lib => src}/commands/app/create.ts (100%) rename {lib => src}/commands/block/create.ts (100%) rename {lib => src}/commands/build/index.ts (100%) rename {lib => src}/commands/config/generate.ts (100%) rename {lib => src}/commands/config/inject.ts (100%) rename {lib => src}/commands/config/read.ts (100%) rename {lib => src}/commands/config/reconfigure.ts (100%) rename {lib => src}/commands/config/write.ts (100%) rename {lib => src}/commands/deploy/index.ts (100%) rename {lib => src}/commands/device/deactivate.ts (100%) rename {lib => src}/commands/device/identify.ts (100%) rename {lib => src}/commands/device/index.ts (100%) rename {lib => src}/commands/device/init.ts (100%) rename {lib => src}/commands/device/local-mode.ts (100%) rename {lib => src}/commands/device/move.ts (100%) rename {lib => src}/commands/device/os-update.ts (100%) rename {lib => src}/commands/device/pin.ts (100%) rename {lib => src}/commands/device/public-url.ts (100%) rename {lib => src}/commands/device/purge.ts (100%) rename {lib => src}/commands/device/reboot.ts (100%) rename {lib => src}/commands/device/register.ts (100%) rename {lib => src}/commands/device/rename.ts (100%) rename {lib => src}/commands/device/restart.ts (100%) rename {lib => src}/commands/device/rm.ts (100%) rename {lib => src}/commands/device/shutdown.ts (100%) rename {lib => src}/commands/device/start-service.ts (100%) rename {lib => src}/commands/device/stop-service.ts (100%) rename {lib => src}/commands/device/track-fleet.ts (100%) rename {lib => src}/commands/devices/index.ts (100%) rename {lib => src}/commands/devices/supported.ts (100%) rename {lib => src}/commands/env/add.ts (100%) rename {lib => src}/commands/env/rename.ts (100%) rename {lib => src}/commands/env/rm.ts (100%) rename {lib => src}/commands/envs/index.ts (100%) rename {lib => src}/commands/fleet/create.ts (100%) rename {lib => src}/commands/fleet/index.ts (100%) rename {lib => src}/commands/fleet/pin.ts (100%) rename {lib => src}/commands/fleet/purge.ts (100%) rename {lib => src}/commands/fleet/rename.ts (100%) rename {lib => src}/commands/fleet/restart.ts (100%) rename {lib => src}/commands/fleet/rm.ts (100%) rename {lib => src}/commands/fleet/track-latest.ts (100%) rename {lib => src}/commands/fleets/index.ts (100%) rename {lib => src}/commands/internal/osinit.ts (100%) rename {lib => src}/commands/join/index.ts (100%) rename {lib => src}/commands/key/add.ts (100%) rename {lib => src}/commands/key/index.ts (100%) rename {lib => src}/commands/key/rm.ts (100%) rename {lib => src}/commands/keys/index.ts (100%) rename {lib => src}/commands/leave/index.ts (100%) rename {lib => src}/commands/local/configure.ts (100%) rename {lib => src}/commands/local/flash.ts (100%) rename {lib => src}/commands/login/index.ts (100%) rename {lib => src}/commands/logout/index.ts (100%) rename {lib => src}/commands/logs/index.ts (100%) rename {lib => src}/commands/notes/index.ts (100%) rename {lib => src}/commands/orgs/index.ts (100%) rename {lib => src}/commands/os/build-config.ts (100%) rename {lib => src}/commands/os/configure.ts (100%) rename {lib => src}/commands/os/download.ts (100%) rename {lib => src}/commands/os/initialize.ts (100%) rename {lib => src}/commands/os/versions.ts (100%) rename {lib => src}/commands/preload/index.ts (100%) rename {lib => src}/commands/push/index.ts (100%) rename {lib => src}/commands/release/finalize.ts (100%) rename {lib => src}/commands/release/index.ts (100%) rename {lib => src}/commands/release/invalidate.ts (100%) rename {lib => src}/commands/release/validate.ts (100%) rename {lib => src}/commands/releases/index.ts (100%) rename {lib => src}/commands/scan/index.ts (100%) rename {lib => src}/commands/settings/index.ts (100%) rename {lib => src}/commands/ssh/index.ts (100%) rename {lib => src}/commands/support/index.ts (100%) rename {lib => src}/commands/tag/rm.ts (100%) rename {lib => src}/commands/tag/set.ts (100%) rename {lib => src}/commands/tags/index.ts (100%) rename {lib => src}/commands/tunnel/index.ts (100%) rename {lib => src}/commands/util/available-drives.ts (100%) rename {lib => src}/commands/version/index.ts (100%) rename {lib => src}/commands/whoami/index.ts (100%) rename {lib => src}/config.ts (100%) rename {lib => src}/deprecation.ts (100%) rename {lib => src}/errors.ts (100%) rename {lib => src}/events.ts (100%) rename {lib => src}/fast-boot.ts (100%) rename {lib => src}/global.d.ts (100%) rename {lib => src}/help.ts (100%) rename {lib => src}/hooks/command-not-found/suggest.ts (100%) rename {lib => src}/hooks/prerun/track.ts (100%) rename {lib => src}/preparser.ts (100%) rename {lib => src}/utils/application-create.ts (100%) rename {lib => src}/utils/bootstrap.ts (100%) rename {lib => src}/utils/cloud.ts (100%) rename {lib => src}/utils/common-args.ts (100%) rename {lib => src}/utils/common-flags.ts (100%) rename {lib => src}/utils/compose-types.d.ts (100%) rename {lib => src}/utils/compose.ts (100%) rename {lib => src}/utils/compose_ts.ts (100%) rename {lib => src}/utils/config.ts (100%) rename {lib => src}/utils/deploy-legacy.ts (100%) rename {lib => src}/utils/device/api.ts (100%) rename {lib => src}/utils/device/deploy.ts (100%) rename {lib => src}/utils/device/errors.ts (100%) rename {lib => src}/utils/device/live.ts (100%) rename {lib => src}/utils/device/logs.ts (100%) rename {lib => src}/utils/device/ssh.ts (100%) rename {lib => src}/utils/discover.ts (100%) rename {lib => src}/utils/docker.ts (100%) rename {lib => src}/utils/env-common.ts (100%) rename {lib => src}/utils/eol-conversion.ts (100%) rename {lib => src}/utils/helpers.ts (100%) rename {lib => src}/utils/ignore.ts (100%) rename {lib => src}/utils/lazy.ts (100%) rename {lib => src}/utils/logger.ts (100%) rename {lib => src}/utils/messages.ts (100%) rename {lib => src}/utils/normalization.ts (100%) rename {lib => src}/utils/oclif-utils.ts (100%) rename {lib => src}/utils/patterns.ts (100%) rename {lib => src}/utils/pine.ts (100%) rename {lib => src}/utils/promote.ts (100%) rename {lib => src}/utils/proxy.ts (100%) rename {lib => src}/utils/qemu.ts (100%) rename {lib => src}/utils/remote-build.ts (100%) rename {lib => src}/utils/sdk.ts (100%) rename {lib => src}/utils/ssh.ts (100%) rename {lib => src}/utils/streams.ts (100%) rename {lib => src}/utils/sudo.ts (100%) rename {lib => src}/utils/tty.ts (100%) rename {lib => src}/utils/tunnel.ts (100%) rename {lib => src}/utils/umount.ts (100%) rename {lib => src}/utils/update.ts (100%) rename {lib => src}/utils/validation.ts (100%) rename {lib => src}/utils/version.ts (100%) rename {lib => src}/utils/which.ts (100%) diff --git a/lib/app.ts b/src/app.ts similarity index 100% rename from lib/app.ts rename to src/app.ts diff --git a/lib/auth/index.ts b/src/auth/index.ts similarity index 100% rename from lib/auth/index.ts rename to src/auth/index.ts diff --git a/lib/auth/pages/error.ejs b/src/auth/pages/error.ejs similarity index 100% rename from lib/auth/pages/error.ejs rename to src/auth/pages/error.ejs diff --git a/lib/auth/pages/static/images/happy.png b/src/auth/pages/static/images/happy.png similarity index 100% rename from lib/auth/pages/static/images/happy.png rename to src/auth/pages/static/images/happy.png diff --git a/lib/auth/pages/static/images/sad.png b/src/auth/pages/static/images/sad.png similarity index 100% rename from lib/auth/pages/static/images/sad.png rename to src/auth/pages/static/images/sad.png diff --git a/lib/auth/pages/static/style.css b/src/auth/pages/static/style.css similarity index 100% rename from lib/auth/pages/static/style.css rename to src/auth/pages/static/style.css diff --git a/lib/auth/pages/success.ejs b/src/auth/pages/success.ejs similarity index 100% rename from lib/auth/pages/success.ejs rename to src/auth/pages/success.ejs diff --git a/lib/auth/server.ts b/src/auth/server.ts similarity index 100% rename from lib/auth/server.ts rename to src/auth/server.ts diff --git a/lib/auth/utils.ts b/src/auth/utils.ts similarity index 100% rename from lib/auth/utils.ts rename to src/auth/utils.ts diff --git a/lib/command.ts b/src/command.ts similarity index 100% rename from lib/command.ts rename to src/command.ts diff --git a/lib/commands/api-key/generate.ts b/src/commands/api-key/generate.ts similarity index 100% rename from lib/commands/api-key/generate.ts rename to src/commands/api-key/generate.ts diff --git a/lib/commands/api-key/revoke.ts b/src/commands/api-key/revoke.ts similarity index 100% rename from lib/commands/api-key/revoke.ts rename to src/commands/api-key/revoke.ts diff --git a/lib/commands/api-keys/index.ts b/src/commands/api-keys/index.ts similarity index 100% rename from lib/commands/api-keys/index.ts rename to src/commands/api-keys/index.ts diff --git a/lib/commands/app/create.ts b/src/commands/app/create.ts similarity index 100% rename from lib/commands/app/create.ts rename to src/commands/app/create.ts diff --git a/lib/commands/block/create.ts b/src/commands/block/create.ts similarity index 100% rename from lib/commands/block/create.ts rename to src/commands/block/create.ts diff --git a/lib/commands/build/index.ts b/src/commands/build/index.ts similarity index 100% rename from lib/commands/build/index.ts rename to src/commands/build/index.ts diff --git a/lib/commands/config/generate.ts b/src/commands/config/generate.ts similarity index 100% rename from lib/commands/config/generate.ts rename to src/commands/config/generate.ts diff --git a/lib/commands/config/inject.ts b/src/commands/config/inject.ts similarity index 100% rename from lib/commands/config/inject.ts rename to src/commands/config/inject.ts diff --git a/lib/commands/config/read.ts b/src/commands/config/read.ts similarity index 100% rename from lib/commands/config/read.ts rename to src/commands/config/read.ts diff --git a/lib/commands/config/reconfigure.ts b/src/commands/config/reconfigure.ts similarity index 100% rename from lib/commands/config/reconfigure.ts rename to src/commands/config/reconfigure.ts diff --git a/lib/commands/config/write.ts b/src/commands/config/write.ts similarity index 100% rename from lib/commands/config/write.ts rename to src/commands/config/write.ts diff --git a/lib/commands/deploy/index.ts b/src/commands/deploy/index.ts similarity index 100% rename from lib/commands/deploy/index.ts rename to src/commands/deploy/index.ts diff --git a/lib/commands/device/deactivate.ts b/src/commands/device/deactivate.ts similarity index 100% rename from lib/commands/device/deactivate.ts rename to src/commands/device/deactivate.ts diff --git a/lib/commands/device/identify.ts b/src/commands/device/identify.ts similarity index 100% rename from lib/commands/device/identify.ts rename to src/commands/device/identify.ts diff --git a/lib/commands/device/index.ts b/src/commands/device/index.ts similarity index 100% rename from lib/commands/device/index.ts rename to src/commands/device/index.ts diff --git a/lib/commands/device/init.ts b/src/commands/device/init.ts similarity index 100% rename from lib/commands/device/init.ts rename to src/commands/device/init.ts diff --git a/lib/commands/device/local-mode.ts b/src/commands/device/local-mode.ts similarity index 100% rename from lib/commands/device/local-mode.ts rename to src/commands/device/local-mode.ts diff --git a/lib/commands/device/move.ts b/src/commands/device/move.ts similarity index 100% rename from lib/commands/device/move.ts rename to src/commands/device/move.ts diff --git a/lib/commands/device/os-update.ts b/src/commands/device/os-update.ts similarity index 100% rename from lib/commands/device/os-update.ts rename to src/commands/device/os-update.ts diff --git a/lib/commands/device/pin.ts b/src/commands/device/pin.ts similarity index 100% rename from lib/commands/device/pin.ts rename to src/commands/device/pin.ts diff --git a/lib/commands/device/public-url.ts b/src/commands/device/public-url.ts similarity index 100% rename from lib/commands/device/public-url.ts rename to src/commands/device/public-url.ts diff --git a/lib/commands/device/purge.ts b/src/commands/device/purge.ts similarity index 100% rename from lib/commands/device/purge.ts rename to src/commands/device/purge.ts diff --git a/lib/commands/device/reboot.ts b/src/commands/device/reboot.ts similarity index 100% rename from lib/commands/device/reboot.ts rename to src/commands/device/reboot.ts diff --git a/lib/commands/device/register.ts b/src/commands/device/register.ts similarity index 100% rename from lib/commands/device/register.ts rename to src/commands/device/register.ts diff --git a/lib/commands/device/rename.ts b/src/commands/device/rename.ts similarity index 100% rename from lib/commands/device/rename.ts rename to src/commands/device/rename.ts diff --git a/lib/commands/device/restart.ts b/src/commands/device/restart.ts similarity index 100% rename from lib/commands/device/restart.ts rename to src/commands/device/restart.ts diff --git a/lib/commands/device/rm.ts b/src/commands/device/rm.ts similarity index 100% rename from lib/commands/device/rm.ts rename to src/commands/device/rm.ts diff --git a/lib/commands/device/shutdown.ts b/src/commands/device/shutdown.ts similarity index 100% rename from lib/commands/device/shutdown.ts rename to src/commands/device/shutdown.ts diff --git a/lib/commands/device/start-service.ts b/src/commands/device/start-service.ts similarity index 100% rename from lib/commands/device/start-service.ts rename to src/commands/device/start-service.ts diff --git a/lib/commands/device/stop-service.ts b/src/commands/device/stop-service.ts similarity index 100% rename from lib/commands/device/stop-service.ts rename to src/commands/device/stop-service.ts diff --git a/lib/commands/device/track-fleet.ts b/src/commands/device/track-fleet.ts similarity index 100% rename from lib/commands/device/track-fleet.ts rename to src/commands/device/track-fleet.ts diff --git a/lib/commands/devices/index.ts b/src/commands/devices/index.ts similarity index 100% rename from lib/commands/devices/index.ts rename to src/commands/devices/index.ts diff --git a/lib/commands/devices/supported.ts b/src/commands/devices/supported.ts similarity index 100% rename from lib/commands/devices/supported.ts rename to src/commands/devices/supported.ts diff --git a/lib/commands/env/add.ts b/src/commands/env/add.ts similarity index 100% rename from lib/commands/env/add.ts rename to src/commands/env/add.ts diff --git a/lib/commands/env/rename.ts b/src/commands/env/rename.ts similarity index 100% rename from lib/commands/env/rename.ts rename to src/commands/env/rename.ts diff --git a/lib/commands/env/rm.ts b/src/commands/env/rm.ts similarity index 100% rename from lib/commands/env/rm.ts rename to src/commands/env/rm.ts diff --git a/lib/commands/envs/index.ts b/src/commands/envs/index.ts similarity index 100% rename from lib/commands/envs/index.ts rename to src/commands/envs/index.ts diff --git a/lib/commands/fleet/create.ts b/src/commands/fleet/create.ts similarity index 100% rename from lib/commands/fleet/create.ts rename to src/commands/fleet/create.ts diff --git a/lib/commands/fleet/index.ts b/src/commands/fleet/index.ts similarity index 100% rename from lib/commands/fleet/index.ts rename to src/commands/fleet/index.ts diff --git a/lib/commands/fleet/pin.ts b/src/commands/fleet/pin.ts similarity index 100% rename from lib/commands/fleet/pin.ts rename to src/commands/fleet/pin.ts diff --git a/lib/commands/fleet/purge.ts b/src/commands/fleet/purge.ts similarity index 100% rename from lib/commands/fleet/purge.ts rename to src/commands/fleet/purge.ts diff --git a/lib/commands/fleet/rename.ts b/src/commands/fleet/rename.ts similarity index 100% rename from lib/commands/fleet/rename.ts rename to src/commands/fleet/rename.ts diff --git a/lib/commands/fleet/restart.ts b/src/commands/fleet/restart.ts similarity index 100% rename from lib/commands/fleet/restart.ts rename to src/commands/fleet/restart.ts diff --git a/lib/commands/fleet/rm.ts b/src/commands/fleet/rm.ts similarity index 100% rename from lib/commands/fleet/rm.ts rename to src/commands/fleet/rm.ts diff --git a/lib/commands/fleet/track-latest.ts b/src/commands/fleet/track-latest.ts similarity index 100% rename from lib/commands/fleet/track-latest.ts rename to src/commands/fleet/track-latest.ts diff --git a/lib/commands/fleets/index.ts b/src/commands/fleets/index.ts similarity index 100% rename from lib/commands/fleets/index.ts rename to src/commands/fleets/index.ts diff --git a/lib/commands/internal/osinit.ts b/src/commands/internal/osinit.ts similarity index 100% rename from lib/commands/internal/osinit.ts rename to src/commands/internal/osinit.ts diff --git a/lib/commands/join/index.ts b/src/commands/join/index.ts similarity index 100% rename from lib/commands/join/index.ts rename to src/commands/join/index.ts diff --git a/lib/commands/key/add.ts b/src/commands/key/add.ts similarity index 100% rename from lib/commands/key/add.ts rename to src/commands/key/add.ts diff --git a/lib/commands/key/index.ts b/src/commands/key/index.ts similarity index 100% rename from lib/commands/key/index.ts rename to src/commands/key/index.ts diff --git a/lib/commands/key/rm.ts b/src/commands/key/rm.ts similarity index 100% rename from lib/commands/key/rm.ts rename to src/commands/key/rm.ts diff --git a/lib/commands/keys/index.ts b/src/commands/keys/index.ts similarity index 100% rename from lib/commands/keys/index.ts rename to src/commands/keys/index.ts diff --git a/lib/commands/leave/index.ts b/src/commands/leave/index.ts similarity index 100% rename from lib/commands/leave/index.ts rename to src/commands/leave/index.ts diff --git a/lib/commands/local/configure.ts b/src/commands/local/configure.ts similarity index 100% rename from lib/commands/local/configure.ts rename to src/commands/local/configure.ts diff --git a/lib/commands/local/flash.ts b/src/commands/local/flash.ts similarity index 100% rename from lib/commands/local/flash.ts rename to src/commands/local/flash.ts diff --git a/lib/commands/login/index.ts b/src/commands/login/index.ts similarity index 100% rename from lib/commands/login/index.ts rename to src/commands/login/index.ts diff --git a/lib/commands/logout/index.ts b/src/commands/logout/index.ts similarity index 100% rename from lib/commands/logout/index.ts rename to src/commands/logout/index.ts diff --git a/lib/commands/logs/index.ts b/src/commands/logs/index.ts similarity index 100% rename from lib/commands/logs/index.ts rename to src/commands/logs/index.ts diff --git a/lib/commands/notes/index.ts b/src/commands/notes/index.ts similarity index 100% rename from lib/commands/notes/index.ts rename to src/commands/notes/index.ts diff --git a/lib/commands/orgs/index.ts b/src/commands/orgs/index.ts similarity index 100% rename from lib/commands/orgs/index.ts rename to src/commands/orgs/index.ts diff --git a/lib/commands/os/build-config.ts b/src/commands/os/build-config.ts similarity index 100% rename from lib/commands/os/build-config.ts rename to src/commands/os/build-config.ts diff --git a/lib/commands/os/configure.ts b/src/commands/os/configure.ts similarity index 100% rename from lib/commands/os/configure.ts rename to src/commands/os/configure.ts diff --git a/lib/commands/os/download.ts b/src/commands/os/download.ts similarity index 100% rename from lib/commands/os/download.ts rename to src/commands/os/download.ts diff --git a/lib/commands/os/initialize.ts b/src/commands/os/initialize.ts similarity index 100% rename from lib/commands/os/initialize.ts rename to src/commands/os/initialize.ts diff --git a/lib/commands/os/versions.ts b/src/commands/os/versions.ts similarity index 100% rename from lib/commands/os/versions.ts rename to src/commands/os/versions.ts diff --git a/lib/commands/preload/index.ts b/src/commands/preload/index.ts similarity index 100% rename from lib/commands/preload/index.ts rename to src/commands/preload/index.ts diff --git a/lib/commands/push/index.ts b/src/commands/push/index.ts similarity index 100% rename from lib/commands/push/index.ts rename to src/commands/push/index.ts diff --git a/lib/commands/release/finalize.ts b/src/commands/release/finalize.ts similarity index 100% rename from lib/commands/release/finalize.ts rename to src/commands/release/finalize.ts diff --git a/lib/commands/release/index.ts b/src/commands/release/index.ts similarity index 100% rename from lib/commands/release/index.ts rename to src/commands/release/index.ts diff --git a/lib/commands/release/invalidate.ts b/src/commands/release/invalidate.ts similarity index 100% rename from lib/commands/release/invalidate.ts rename to src/commands/release/invalidate.ts diff --git a/lib/commands/release/validate.ts b/src/commands/release/validate.ts similarity index 100% rename from lib/commands/release/validate.ts rename to src/commands/release/validate.ts diff --git a/lib/commands/releases/index.ts b/src/commands/releases/index.ts similarity index 100% rename from lib/commands/releases/index.ts rename to src/commands/releases/index.ts diff --git a/lib/commands/scan/index.ts b/src/commands/scan/index.ts similarity index 100% rename from lib/commands/scan/index.ts rename to src/commands/scan/index.ts diff --git a/lib/commands/settings/index.ts b/src/commands/settings/index.ts similarity index 100% rename from lib/commands/settings/index.ts rename to src/commands/settings/index.ts diff --git a/lib/commands/ssh/index.ts b/src/commands/ssh/index.ts similarity index 100% rename from lib/commands/ssh/index.ts rename to src/commands/ssh/index.ts diff --git a/lib/commands/support/index.ts b/src/commands/support/index.ts similarity index 100% rename from lib/commands/support/index.ts rename to src/commands/support/index.ts diff --git a/lib/commands/tag/rm.ts b/src/commands/tag/rm.ts similarity index 100% rename from lib/commands/tag/rm.ts rename to src/commands/tag/rm.ts diff --git a/lib/commands/tag/set.ts b/src/commands/tag/set.ts similarity index 100% rename from lib/commands/tag/set.ts rename to src/commands/tag/set.ts diff --git a/lib/commands/tags/index.ts b/src/commands/tags/index.ts similarity index 100% rename from lib/commands/tags/index.ts rename to src/commands/tags/index.ts diff --git a/lib/commands/tunnel/index.ts b/src/commands/tunnel/index.ts similarity index 100% rename from lib/commands/tunnel/index.ts rename to src/commands/tunnel/index.ts diff --git a/lib/commands/util/available-drives.ts b/src/commands/util/available-drives.ts similarity index 100% rename from lib/commands/util/available-drives.ts rename to src/commands/util/available-drives.ts diff --git a/lib/commands/version/index.ts b/src/commands/version/index.ts similarity index 100% rename from lib/commands/version/index.ts rename to src/commands/version/index.ts diff --git a/lib/commands/whoami/index.ts b/src/commands/whoami/index.ts similarity index 100% rename from lib/commands/whoami/index.ts rename to src/commands/whoami/index.ts diff --git a/lib/config.ts b/src/config.ts similarity index 100% rename from lib/config.ts rename to src/config.ts diff --git a/lib/deprecation.ts b/src/deprecation.ts similarity index 100% rename from lib/deprecation.ts rename to src/deprecation.ts diff --git a/lib/errors.ts b/src/errors.ts similarity index 100% rename from lib/errors.ts rename to src/errors.ts diff --git a/lib/events.ts b/src/events.ts similarity index 100% rename from lib/events.ts rename to src/events.ts diff --git a/lib/fast-boot.ts b/src/fast-boot.ts similarity index 100% rename from lib/fast-boot.ts rename to src/fast-boot.ts diff --git a/lib/global.d.ts b/src/global.d.ts similarity index 100% rename from lib/global.d.ts rename to src/global.d.ts diff --git a/lib/help.ts b/src/help.ts similarity index 100% rename from lib/help.ts rename to src/help.ts diff --git a/lib/hooks/command-not-found/suggest.ts b/src/hooks/command-not-found/suggest.ts similarity index 100% rename from lib/hooks/command-not-found/suggest.ts rename to src/hooks/command-not-found/suggest.ts diff --git a/lib/hooks/prerun/track.ts b/src/hooks/prerun/track.ts similarity index 100% rename from lib/hooks/prerun/track.ts rename to src/hooks/prerun/track.ts diff --git a/lib/preparser.ts b/src/preparser.ts similarity index 100% rename from lib/preparser.ts rename to src/preparser.ts diff --git a/lib/utils/application-create.ts b/src/utils/application-create.ts similarity index 100% rename from lib/utils/application-create.ts rename to src/utils/application-create.ts diff --git a/lib/utils/bootstrap.ts b/src/utils/bootstrap.ts similarity index 100% rename from lib/utils/bootstrap.ts rename to src/utils/bootstrap.ts diff --git a/lib/utils/cloud.ts b/src/utils/cloud.ts similarity index 100% rename from lib/utils/cloud.ts rename to src/utils/cloud.ts diff --git a/lib/utils/common-args.ts b/src/utils/common-args.ts similarity index 100% rename from lib/utils/common-args.ts rename to src/utils/common-args.ts diff --git a/lib/utils/common-flags.ts b/src/utils/common-flags.ts similarity index 100% rename from lib/utils/common-flags.ts rename to src/utils/common-flags.ts diff --git a/lib/utils/compose-types.d.ts b/src/utils/compose-types.d.ts similarity index 100% rename from lib/utils/compose-types.d.ts rename to src/utils/compose-types.d.ts diff --git a/lib/utils/compose.ts b/src/utils/compose.ts similarity index 100% rename from lib/utils/compose.ts rename to src/utils/compose.ts diff --git a/lib/utils/compose_ts.ts b/src/utils/compose_ts.ts similarity index 100% rename from lib/utils/compose_ts.ts rename to src/utils/compose_ts.ts diff --git a/lib/utils/config.ts b/src/utils/config.ts similarity index 100% rename from lib/utils/config.ts rename to src/utils/config.ts diff --git a/lib/utils/deploy-legacy.ts b/src/utils/deploy-legacy.ts similarity index 100% rename from lib/utils/deploy-legacy.ts rename to src/utils/deploy-legacy.ts diff --git a/lib/utils/device/api.ts b/src/utils/device/api.ts similarity index 100% rename from lib/utils/device/api.ts rename to src/utils/device/api.ts diff --git a/lib/utils/device/deploy.ts b/src/utils/device/deploy.ts similarity index 100% rename from lib/utils/device/deploy.ts rename to src/utils/device/deploy.ts diff --git a/lib/utils/device/errors.ts b/src/utils/device/errors.ts similarity index 100% rename from lib/utils/device/errors.ts rename to src/utils/device/errors.ts diff --git a/lib/utils/device/live.ts b/src/utils/device/live.ts similarity index 100% rename from lib/utils/device/live.ts rename to src/utils/device/live.ts diff --git a/lib/utils/device/logs.ts b/src/utils/device/logs.ts similarity index 100% rename from lib/utils/device/logs.ts rename to src/utils/device/logs.ts diff --git a/lib/utils/device/ssh.ts b/src/utils/device/ssh.ts similarity index 100% rename from lib/utils/device/ssh.ts rename to src/utils/device/ssh.ts diff --git a/lib/utils/discover.ts b/src/utils/discover.ts similarity index 100% rename from lib/utils/discover.ts rename to src/utils/discover.ts diff --git a/lib/utils/docker.ts b/src/utils/docker.ts similarity index 100% rename from lib/utils/docker.ts rename to src/utils/docker.ts diff --git a/lib/utils/env-common.ts b/src/utils/env-common.ts similarity index 100% rename from lib/utils/env-common.ts rename to src/utils/env-common.ts diff --git a/lib/utils/eol-conversion.ts b/src/utils/eol-conversion.ts similarity index 100% rename from lib/utils/eol-conversion.ts rename to src/utils/eol-conversion.ts diff --git a/lib/utils/helpers.ts b/src/utils/helpers.ts similarity index 100% rename from lib/utils/helpers.ts rename to src/utils/helpers.ts diff --git a/lib/utils/ignore.ts b/src/utils/ignore.ts similarity index 100% rename from lib/utils/ignore.ts rename to src/utils/ignore.ts diff --git a/lib/utils/lazy.ts b/src/utils/lazy.ts similarity index 100% rename from lib/utils/lazy.ts rename to src/utils/lazy.ts diff --git a/lib/utils/logger.ts b/src/utils/logger.ts similarity index 100% rename from lib/utils/logger.ts rename to src/utils/logger.ts diff --git a/lib/utils/messages.ts b/src/utils/messages.ts similarity index 100% rename from lib/utils/messages.ts rename to src/utils/messages.ts diff --git a/lib/utils/normalization.ts b/src/utils/normalization.ts similarity index 100% rename from lib/utils/normalization.ts rename to src/utils/normalization.ts diff --git a/lib/utils/oclif-utils.ts b/src/utils/oclif-utils.ts similarity index 100% rename from lib/utils/oclif-utils.ts rename to src/utils/oclif-utils.ts diff --git a/lib/utils/patterns.ts b/src/utils/patterns.ts similarity index 100% rename from lib/utils/patterns.ts rename to src/utils/patterns.ts diff --git a/lib/utils/pine.ts b/src/utils/pine.ts similarity index 100% rename from lib/utils/pine.ts rename to src/utils/pine.ts diff --git a/lib/utils/promote.ts b/src/utils/promote.ts similarity index 100% rename from lib/utils/promote.ts rename to src/utils/promote.ts diff --git a/lib/utils/proxy.ts b/src/utils/proxy.ts similarity index 100% rename from lib/utils/proxy.ts rename to src/utils/proxy.ts diff --git a/lib/utils/qemu.ts b/src/utils/qemu.ts similarity index 100% rename from lib/utils/qemu.ts rename to src/utils/qemu.ts diff --git a/lib/utils/remote-build.ts b/src/utils/remote-build.ts similarity index 100% rename from lib/utils/remote-build.ts rename to src/utils/remote-build.ts diff --git a/lib/utils/sdk.ts b/src/utils/sdk.ts similarity index 100% rename from lib/utils/sdk.ts rename to src/utils/sdk.ts diff --git a/lib/utils/ssh.ts b/src/utils/ssh.ts similarity index 100% rename from lib/utils/ssh.ts rename to src/utils/ssh.ts diff --git a/lib/utils/streams.ts b/src/utils/streams.ts similarity index 100% rename from lib/utils/streams.ts rename to src/utils/streams.ts diff --git a/lib/utils/sudo.ts b/src/utils/sudo.ts similarity index 100% rename from lib/utils/sudo.ts rename to src/utils/sudo.ts diff --git a/lib/utils/tty.ts b/src/utils/tty.ts similarity index 100% rename from lib/utils/tty.ts rename to src/utils/tty.ts diff --git a/lib/utils/tunnel.ts b/src/utils/tunnel.ts similarity index 100% rename from lib/utils/tunnel.ts rename to src/utils/tunnel.ts diff --git a/lib/utils/umount.ts b/src/utils/umount.ts similarity index 100% rename from lib/utils/umount.ts rename to src/utils/umount.ts diff --git a/lib/utils/update.ts b/src/utils/update.ts similarity index 100% rename from lib/utils/update.ts rename to src/utils/update.ts diff --git a/lib/utils/validation.ts b/src/utils/validation.ts similarity index 100% rename from lib/utils/validation.ts rename to src/utils/validation.ts diff --git a/lib/utils/version.ts b/src/utils/version.ts similarity index 100% rename from lib/utils/version.ts rename to src/utils/version.ts diff --git a/lib/utils/which.ts b/src/utils/which.ts similarity index 100% rename from lib/utils/which.ts rename to src/utils/which.ts