@maka/maka-cli 5.1.17 → 5.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/profile.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/register.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/testCmd/_index.js +1 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/uninstall.js +1 -1
- package/bundle/obf/src/commands/version/_index.js +1 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/react/test/test.js +1 -0
- package/bundle/obf/src/templates/react/test/test.js.jsx +38 -0
- package/bundle/obf/src/templates/react/test/test.js.ts +1 -0
- package/bundle/obf/src/templates/react/test/test.js.tsx +38 -0
- package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
- package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -0
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
- package/test/integration/default.test.js +84 -0
- package/test/integration/fixtures/blaze/.maka/config.json +30 -0
- package/test/integration/fixtures/blaze/.tern-project +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.id +7 -0
- package/test/integration/fixtures/blaze/app/.meteor/packages +21 -0
- package/test/integration/fixtures/blaze/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/blaze/app/.meteor/release +1 -0
- package/test/integration/fixtures/blaze/app/.meteor/versions +78 -0
- package/test/integration/fixtures/blaze/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/client/body.html +2 -0
- package/test/integration/fixtures/blaze/app/client/head.html +8 -0
- package/test/integration/fixtures/blaze/app/client/main.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/index.js +3 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/routes.js +25 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/templates.js +15 -0
- package/test/integration/fixtures/blaze/app/imports/startup/lib/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/server/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.html +3 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.js +29 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/test-helpers.js +25 -0
- package/test/integration/fixtures/blaze/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/lib/main.js +1 -0
- package/test/integration/fixtures/blaze/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/blaze/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/server/main.js +1 -0
- package/test/integration/fixtures/blaze/bin/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/README +4 -0
- package/test/integration/fixtures/blaze/config/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/config/development/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/development/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/production/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/production/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/staging/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react/.maka/config.json +30 -0
- package/test/integration/fixtures/react/.tern-project +17 -0
- package/test/integration/fixtures/react/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react/app/.meteor/release +1 -0
- package/test/integration/fixtures/react/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/client/body.html +3 -0
- package/test/integration/fixtures/react/app/client/head.html +8 -0
- package/test/integration/fixtures/react/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/react/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/README +4 -0
- package/test/integration/fixtures/react/config/.gitkeep +1 -0
- package/test/integration/fixtures/react/config/development/env.sh +9 -0
- package/test/integration/fixtures/react/config/development/settings.json +6 -0
- package/test/integration/fixtures/react/config/production/env.sh +9 -0
- package/test/integration/fixtures/react/config/production/settings.json +6 -0
- package/test/integration/fixtures/react/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/README +4 -0
- package/test/integration/fixtures/react-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/react-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-material/.maka/config.json +30 -0
- package/test/integration/fixtures/react-material/.tern-project +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/client/body.html +3 -0
- package/test/integration/fixtures/react-material/app/client/head.html +8 -0
- package/test/integration/fixtures/react-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/README +4 -0
- package/test/integration/fixtures/react-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/home/home.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/not-found/not-found.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/README +4 -0
- package/test/integration/fixtures/react-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux/.tern-project +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/README +4 -0
- package/test/integration/fixtures/reflux/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-material/.tern-project +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-material/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/README +4 -0
- package/test/integration/fixtures/reflux-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +30 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/home/home.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/not-found/not-found.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/settings.json +6 -0
- package/test/integration/integration_helpers.js +60 -0
package/bundle/obf/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a0r=a0d;(function(a,b){const n=a0d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
const a0r=a0d;(function(a,b){const n=a0d,c=a();while(!![]){try{const d=-parseInt(n(0xd5))/0x1*(parseInt(n(0xae))/0x2)+parseInt(n(0x8c))/0x3+parseInt(n(0xd0))/0x4+parseInt(n(0xd7))/0x5+parseInt(n(0x97))/0x6+parseInt(n(0xbb))/0x7+parseInt(n(0x8a))/0x8*(-parseInt(n(0xcb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a0c,0x87049));const a0b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a0d;if(c){const e=c[o(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a0a=a0b(this,function(){const p=a0d;return a0a[p(0x87)]()['search']('(((.+)+)+)+$')['toString']()[p(0x82)](a0a)[p(0xd2)](p(0xb1));});a0a();import a0e from'cli-table';import a0f from'./commands/maka.cmd.js';import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';function a0c(){const C=['You\x20must\x20be\x20logged\x20in\x20to\x20run\x20this\x20command','keys','name','forEach','function','match','invoke','run','5656707sjtkPT','find','projectConfig','unshift','Sub-Commands:','options','pallet','addCommand\x20requires\x20a\x20Command\x20instance','validateParams','mpi','notice','addCommand','aliases','cwd','slice','exit','30852kHINuW','Use\x20--help\x20for\x20any\x20sub-command\x20for\x20details','generate','(experimental)\x20','Name','744952QHKkHB','You\x20must\x20be\x20in\x20a\x20Maka\x20project\x20to\x20run\x20this\x20command','search','Please\x20run\x20\x22maka\x20login\x22','apply','2MirdPJ','minOptsLength','316495meHtmw','join','validateMeteorInstall','assign','mustHaveMeteorInstalled','length','number','\x20not\x20found','constructor','shortDesc','Command\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','play','error','toString','getGlobalConfig','minArgLength','4296qdNbvL','bind','2718696KsCypn','DARK','validateMakaProject','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','Command.create\x20requires\x20some\x20options!','_handler','There\x20is\x20no\x20Meteor\x20application\x20here','experimental','help','Alias','header','5081478egqHpS','maxArgLength','Too\x20many\x20arguments','maxOptsLength','Command\x20requires\x20a\x20name','light','Description','push','Command\x20format\x20is\x20incorrect','Please\x20run\x20\x22maka\x20install\x20meteor\x22','maybeProxyCommandToMeteor','create','setColorMode','split','LIGHT','Command\x20not\x20found','cfg','getMakaProjectConfig','Command\x20','mustBeLoggedIn','chdir','processAndRunCommand','_commands','416914UCAklZ','tableList','sort','(((.+)+)+)+$','usage'];a0c=function(){return C;};return a0c();}function a0d(a,b){const c=a0c();return a0d=function(d,e){d=d-0x7b;let f=c[d];return f;},a0d(a,b);}import{UsageError,UsageErrorWithSubs,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,MustBeLoggedIn}from'./error.js';let _prevCmd='';async function inside(a='.',b){const q=a0d,c=process[q(0xc8)]();try{return process['chdir'](a),await b();}finally{process[q(0xab)](c);}}export class Command extends Tool{['options'];[a0r(0xbd)];[a0r(0xad)];[a0r(0x91)];constructor(a,b){const s=a0r;super();if(!a)throw new Error(s(0x84));if(!a[s(0xb5)])throw new Error(s(0x9b));if(typeof b!=='function')throw new Error('Command\x20requires\x20a\x20handler\x20function');this[s(0xc0)]=Object[s(0x7d)]({},a),this[s(0xb5)]=this[s(0xc0)][s(0xb5)],this[s(0xad)]=[],this[s(0x91)]=b[s(0x8b)](this);}static[a0r(0xa2)](a,b,c){const t=a0r;if(!a)throw new Error(t(0x90));if(typeof b!==t(0xb7))throw new Error('Command.create\x20requires\x20a\x20handler\x20function!');const d=new Command(a,b);return c=c||a0f,Object[t(0x7d)](d,{'parent':c?.['options']?.[t(0xb5)]}),c[t(0xc6)](d),d;}[a0r(0xc6)](a){const u=a0r;if(!(a instanceof Command))throw new Error(u(0xc2));this[u(0xad)]['push'](a);}async[a0r(0xba)](a,b){const v=a0r;try{a=a||[],b=b||{};try{const c=await this[v(0xa7)][v(0x88)](),d=c[v(0xc1)]===v(0x9c)?ColorMode[v(0xa5)]:ColorMode[v(0x8d)];Log[v(0xa3)](d);}catch(f){Log[v(0x86)](f),process[v(0xca)](0x0);}return await inside(b[v(0xc8)],async()=>{const w=v;return await this[w(0xb9)](a,b);});}catch(g){process['exit'](0x1);}}async['invoke'](a,b){const x=a0r,{usage:usage='',description:description='',shortDesc:c,examples:examples=[],isRoot:isRoot=![],requiredOpts:requiredOpts=[],validOpts:d,experimental:f}=this[x(0xc0)];try{if(this[x(0xc0)][x(0xb5)]!==x(0xcd)){if(!isRoot){const g=(a[0x0]===_prevCmd||a['length']===0x0)&&this[x(0xad)][x(0x7f)]>=0x0,h=b[x(0x94)]||b['h'];if(g&&h){if(this['_commands'][x(0x7f)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this[x(0xc0)]['mustBeInMakaProject']){const i=this[x(0x8e)]();if(!i)throw new MustBeInProjectError();this['projectConfig']=this[x(0xa7)][x(0xa8)]();}if(this[x(0xc0)][x(0xaa)]){const j=await this['validateUserIsLoggedIn']();if(!j)throw new MustBeLoggedIn();}if(this[x(0xc0)][x(0x7e)]){const k=this[x(0x7c)]();if(!k)throw new NoMeteorFoundError();}if(typeof this[x(0xc0)][x(0x89)]===x(0x80)){if(a[x(0x7f)]<this[x(0xc0)][x(0x89)]){Log[x(0x86)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[x(0xc0)][x(0x98)]===x(0x80)){if(a[x(0x7f)]>=this[x(0xc0)][x(0x98)]){Log[x(0x86)](x(0x99));throw new UsageError();}}if(typeof this['options']['minOptsLength']===x(0x80)){if(Object[x(0xb4)](b)['length']<this[x(0xc0)][x(0xd6)]){Log[x(0x86)]('Too\x20few\x20options');throw new UsageError();}}if(typeof this[x(0xc0)][x(0x9a)]===x(0x80)){if(Object[x(0xb4)](b)[x(0x7f)]>=this['options'][x(0x9a)]){Log[x(0x86)]('Too\x20many\x20options');throw new UsageError();}}}}b=await this[x(0xc3)](a,b,this[x(0xc0)]),_prevCmd=a[0x0];}return await this['_handler']['call'](this,a,b);}catch(l){Log[x(0xb2)](description,examples,usage,c,requiredOpts,d,f);if(l instanceof UsageErrorWithSubs)Log[x(0xc5)](x(0xbf)),this[x(0xaf)](this[x(0xad)]),Log[x(0x96)](x(0xcc));else{if(l instanceof MustBeInProjectError)Log[x(0x86)](x(0xd1));else{if(l instanceof NoMeteorFoundError)Log[x(0x86)](x(0x8f)),Log['notice'](x(0xa0));else{if(l instanceof NoMeteorAppFoundError)Log[x(0x86)](x(0x92));else l instanceof MustBeLoggedIn&&(Log['error'](x(0xb3)),Log['notice'](x(0xd3)));}}}process[x(0xca)](0x1);}}[a0r(0xaf)](a){const y=a0r,b=new a0e({});b[y(0x9e)]([y(0xcf),y(0x95),y(0x9d)]),a[y(0xb0)]((c,d)=>{const z=y;return c[z(0xb5)]['localeCompare'](d[z(0xb5)]);})[y(0xb6)](c=>{const A=y;if(c[A(0xb5)]!=='murder'&&c[A(0xb5)]!==A(0x85)){const d=c[A(0x93)](),e=d?A(0xce)+c[A(0x83)]():c[A(0x83)]();b[A(0x9e)]([c[A(0xb5)],c[A(0xc7)](),e]);}}),Log['bright'](b[y(0x87)]());}async[a0r(0xac)](a,b=[],c={}){const B=a0r;try{const d=a?.[B(0xa4)](':');if(!d||d[B(0x7f)]===0x0)throw B(0x9f);if(d[0x0]===B(0xcd)||d[0x0]==='g'&&d[B(0x7f)]>0x1){const h=this[B(0xad)][B(0xbc)](j=>j[B(0xb8)](B(0xcd)));if(!h)throw'Command\x20not\x20found';const i=d[B(0xc9)](0x1)[B(0x7b)](':');return b[B(0xbe)](i),await h[B(0xba)](b,c);}let f=this[B(0xad)],g;for(const j of d){g=f[B(0xbc)](k=>k[B(0xb8)](j));if(!g)try{await this[B(0xc4)][B(0xa1)]();}catch(k){throw B(0xa9)+j+B(0x81);}g&&(f=g[B(0xad)]);}if(g){const l=await g[B(0xba)](b,c);return l;}else throw B(0xa6);}catch(m){Log[B(0x86)](m),process['exit'](0x1);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a1d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a1d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1*(parseInt(f(0xef))/0x2)+parseInt(f(0xe2))/0x3+parseInt(f(0xe6))/0x4*(parseInt(f(0xe8))/0x5)+parseInt(f(0xec))/0x6+parseInt(f(0xe9))/0x7+-parseInt(f(0xeb))/0x8+-parseInt(f(0xed))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a1c,0xd0a26));function a1c(){var i=['8634006GcQaJk','12037761eJvdpQ','search','862BDDfwY','3367209RtYCpd','apply','(((.+)+)+)+$','constructor','25268bdwAfB','toString','190lhMYqv','2316013hbHzBD','1261QDIOmj','3173784ZEbSVb'];a1c=function(){return i;};return a1c();}var a1b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a1d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a1a=a1b(this,function(){var h=a1d;return a1a[h(0xe7)]()[h(0xee)](h(0xe4))[h(0xe7)]()[h(0xe5)](a1a)[h(0xee)](h(0xe4));});a1a();import'./aws/_index.js';import'./set/_index.js';import'./get/_index.js';import'./game/_index.js';import'./build/_index.js';import'./deploy/_index.js';import'./run/_index.js';import'./version/_index.js';function a1d(a,b){var c=a1c();return a1d=function(d,e){d=d-0xe2;var f=c[d];return f;},a1d(a,b);}import'./testCmd/_index.js';import'./create.js';import'./debug.js';import'./generate.js';import'./help.js';import'./install.js';import'./logs.js';import'./maka.cmd.js';import'./reconfig.js';import'./ssh.js';import'./ssl.js';import'./murder.js';import'./proxy.js';import'./lint.js';import'./undo.js';import'./profile.js';import'./uninstall.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a2l=a2d;(function(a,b){const h=a2d,c=a();while(!![]){try{const d=-parseInt(h(
|
|
1
|
+
const a2l=a2d;(function(a,b){const h=a2d,c=a();while(!![]){try{const d=-parseInt(h(0xa6))/0x1+-parseInt(h(0x9a))/0x2+parseInt(h(0xa2))/0x3+-parseInt(h(0x99))/0x4+parseInt(h(0xbc))/0x5*(parseInt(h(0xa9))/0x6)+-parseInt(h(0x98))/0x7+parseInt(h(0xa0))/0x8*(parseInt(h(0x97))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a2c,0xabe4a));function a2d(a,b){const c=a2c();return a2d=function(d,e){d=d-0x97;let f=c[d];return f;},a2d(a,b);}const a2b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a2a=a2b(this,function(){const i=a2d;return a2a[i(0xa3)]()[i(0xbe)](i(0xb2))[i(0xa3)]()[i(0xb3)](a2a)[i(0xbe)](i(0xb2));});a2a();import{Command}from'../command.js';function a2c(){const n=['bright','cert','362475mfMtba','notice','stdout','42mumCDG','data','openapikey','create','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Type\x20\x27exit\x27\x20to\x20end\x20the\x20chat.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Using\x20CA\x20Cert\x20','getGlobalConfig','(((.+)+)+)+$','constructor','askGPT','cacert','ChatGPT\x20style\x20AI\x20interface','cfg','stdin','Using\x20OpenAI\x20Key\x20','question','exit','545330xVHoqO','error','search','text','close','10800aKOXRE','6495104jJOBnH','1362632tdipeq','601580rtURhF','message','openai','You:\x20','GPT:\x20','isFile','6712UBfTQm','fsi','2596821DDCrPx','toString'];a2c=function(){return n;};return a2c();}import{HTTPS}from'../tools/https/https.class.js';import{Log}from'../tools/log/log.class.js';import a2e from'readline';const startChat=async({openApiKey:a,caCertPath:b})=>{const j=a2d,c=a2e['createInterface']({'input':process[j(0xb8)],'output':process[j(0xa8)]});c[j(0xba)](j(0x9d),async d=>{const k=j;if(d['toLowerCase']()===k(0xbb)){c[k(0xc0)]();return;}try{const e=await HTTPS[k(0xb4)]({'prompt':d,'openApiKey':a,'certPath':b}),f=JSON['parse'](e[k(0xaa)]);if(f[k(0xbd)])throw new Error(f[k(0xbd)][k(0x9b)]);Log['bright'](k(0x9e)+f?.['choices'][0x0]?.[k(0xbf)]['trim']());}catch(g){Log[k(0xbd)](g),process[k(0xbb)](0x1);}startChat({'openApiKey':a,'caCertPath':b});});};Command[a2l(0xac)]({'name':'ai','description':a2l(0xb6),'validOpts':[a2l(0xb5),a2l(0xab)],'shortDesc':a2l(0xb6),'isPro':!![]},async function(a,b){const m=a2l;try{let c='';b[m(0xb5)]&&(this[m(0xa1)]['isFile'](b[m(0xb5)])?(c=b[m(0xb5)],Log[m(0xa7)](m(0xb0)+c)):Log[m(0xbd)](m(0xad)+c));const d=await this[m(0xb7)][m(0xb1)]();if(d[m(0xa5)]){if(this[m(0xa1)][m(0x9f)](d[m(0xa5)]))c=d['cert'];else throw Log[m(0xbd)](m(0xaf)+c);}let f='';if(b[m(0xab)])f=b['openapikey'],Log[m(0xa7)](m(0xb9)+f);else{if(d[m(0x9c)])f=d[m(0x9c)];else throw Log[m(0xbd)]('OpenAI\x20Key\x20is\x20not\x20configured\x20in\x20~/.maka/global-config.json');}Log[m(0xa4)](m(0xae)),startChat({'caCertPath':c,'openApiKey':f});}catch(g){g&&console['error'](g),process[m(0xbb)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a3d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a3d,c=a();while(!![]){try{var d=-parseInt(f(0x19d))/0x1+parseInt(f(0x19b))/0x2+-parseInt(f(0x1a3))/0x3*(-parseInt(f(0x1a7))/0x4)+parseInt(f(0x19e))/0x5*(-parseInt(f(0x19c))/0x6)+-parseInt(f(0x1a1))/0x7+-parseInt(f(0x1a8))/0x8*(parseInt(f(0x1a4))/0x9)+parseInt(f(0x1a0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a3c,0x74281));var a3b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a3d;if(c){var e=c[g(0x1a5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a3a=a3b(this,function(){var h=a3d;return a3a[h(0x1a2)]()[h(0x19f)](h(0x1a6))[h(0x1a2)]()['constructor'](a3a)[h(0x19f)]('(((.+)+)+)+$');});a3a();import'./aws.command.js';import'./ci.sub.cmd.js';function a3c(){var i=['93xUSuYW','18XMdjro','apply','(((.+)+)+)+$','27836TuUOZE','1680072UQuuzS','917308lHDrvv','12vCLNWg','410730LHVoUI','1124645mEEXwt','search','15296400fVBDRX','3133480aztFSC','toString'];a3c=function(){return i;};return a3c();}import'./ckp.sub.cmd.js';import'./csg.sub.cmd.js';import'./di.sub.cmd.js';import'./dkp.sub.cmd.js';import'./rbi.sub.cmd.js';import'./sth.sub.cmd.js';import'./ti.sub.cmd.js';import'./dsg.sub.cmd.js';import'./rkp.sub.cmd.js';function a3d(a,b){var c=a3c();return a3d=function(d,e){d=d-0x19b;var f=c[d];return f;},a3d(a,b);}import'./chz.sub.cmd.js';import'./rdn.sub.cmd.js';import'./cecr.sub.cmd.js';import'./decr.sub.cmd.js';import'./lecr.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a4i=a4d;(function(a,b){const f=a4d,c=a();while(!![]){try{const d
|
|
1
|
+
const a4i=a4d;(function(a,b){const f=a4d,c=a();while(!![]){try{const d=parseInt(f(0xf4))/0x1+-parseInt(f(0xfb))/0x2+parseInt(f(0xff))/0x3+-parseInt(f(0x105))/0x4+-parseInt(f(0xf6))/0x5*(parseInt(f(0xf8))/0x6)+-parseInt(f(0x103))/0x7*(parseInt(f(0x106))/0x8)+parseInt(f(0xf3))/0x9*(parseInt(f(0x104))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a4c,0x9d41c));function a4c(){const j=['maka\x20aws:<sub-command>','3221466YcTuIN','\x0a\x20\x20Create,\x20view,\x20terminate\x20EC2\x20instances,\x20assign\x20key-pairs,\x20set\x20host\x20IPs,\x20and\x20more.\x0a\x20\x20','aws','(((.+)+)+)+$','489937pOEEFQ','20rngUAv','1210376uPVlIm','24aQEAvB','4509090qktKls','426662nscUDc','constructor','210495HrqgCt','Manage\x20EC2\x20instances,\x20VPC\x20Security\x20groups,\x20and\x20Key\x20Pairs','126QmESKy','create','toString','923468WbLdVM','search','apply'];a4c=function(){return j;};return a4c();}const a4b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a4d;if(c){const e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a4a=a4b(this,function(){const h=a4d;return a4a[h(0xfa)]()[h(0xfc)](h(0x102))[h(0xfa)]()[h(0xf5)](a4a)['search'](h(0x102));});a4a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const AWSCommand=Command[a4i(0xf9)]({'name':a4i(0x101),'usage':a4i(0xfe),'validOpts':[],'shortDesc':a4i(0xf7),'description':a4i(0x100)},async function(){throw UsageError;});function a4d(a,b){const c=a4c();return a4d=function(d,e){d=d-0xf3;let f=c[d];return f;},a4d(a,b);}export default AWSCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a5i=a5d;(function(a,b){const f=a5d,c=a();while(!![]){try{const d
|
|
1
|
+
const a5i=a5d;function a5c(){const k=['Failed\x20to\x20create\x20the\x20repository.\x20Please\x20check\x20the\x20AWS\x20console\x20for\x20more\x20details.','323958Emhiaz','success','3150592kyGNln','name','notice','2737322jebqKC','error','Create\x20an\x20Elastic\x20Container\x20Repository','create','maka\x20aws:cecr\x20--name=my-new-repo\x20--region=us-east-1','toString','exit','10523484eATKCy','Repository\x20URI:\x20','repository','1547404vgdksT','maka\x20aws:create-ecr','978fpmnWg','7841097JIkiGO','3CZWIcA','apply','$metadata','search','Repository\x20created\x20successfully.','cecr','ecrCreateRepository','region','3ykPcrI','constructor','10SjePGf','9535ZyEXZY','aws','maka\x20aws:cecr\x20--name=my-new-repo','(((.+)+)+)+$','httpStatusCode','repositoryUri'];a5c=function(){return k;};return a5c();}(function(a,b){const f=a5d,c=a();while(!![]){try{const d=parseInt(f(0xaa))/0x1*(-parseInt(f(0xb4))/0x2)+-parseInt(f(0xa2))/0x3*(-parseInt(f(0x9e))/0x4)+-parseInt(f(0xad))/0x5*(parseInt(f(0xa0))/0x6)+parseInt(f(0x94))/0x7+parseInt(f(0xb6))/0x8+-parseInt(f(0x9b))/0x9*(-parseInt(f(0xac))/0xa)+-parseInt(f(0xa1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a5c,0xcafa0));const a5b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a5d;if(c){const e=c[g(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a5a=a5b(this,function(){const h=a5d;return a5a[h(0x99)]()[h(0xa5)](h(0xb0))['toString']()[h(0xab)](a5a)['search'](h(0xb0));});a5a();import a5e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a5d(a,b){const c=a5c();return a5d=function(d,e){d=d-0x93;let f=c[d];return f;},a5d(a,b);}Command[a5i(0x97)]({'name':'create-ecr','aliases':[a5i(0xa7)],'usage':a5i(0x9f),'requiredOpts':[a5i(0xb7)],'validOpts':[a5i(0xa9)],'shortDesc':a5i(0x96),'examples':['maka\x20aws:create-ecr\x20--name=my-new-repo',a5i(0xaf),a5i(0x98)]},async function(a,b){const j=a5i;try{const c=await this[j(0xae)][j(0xa8)](b);c&&c[j(0xa4)][j(0xb1)]===0xc8&&c[j(0x9d)]?(Log[j(0xb5)](j(0xa6)),Log[j(0x93)](j(0x9c)+c['repository'][j(0xb2)])):Log['error'](j(0xb3)),process[j(0x9a)](0x0);}catch(d){Log[j(0x95)](d),process['exit'](0x1);}},a5e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a6k=a6d;(function(a,b){const h=a6d,c=a();while(!![]){try{const d=-parseInt(h(0x18f))/0x1*(-parseInt(h(0x17e))/0x2)+-parseInt(h(0x17f))/0x3+-parseInt(h(0x185))/0x4*(parseInt(h(0x190))/0x5)+parseInt(h(0x183))/0x6+-parseInt(h(0x191))/0x7+parseInt(h(0x182))/0x8+-parseInt(h(0x189))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a6c,0x3f1a4));function a6d(a,b){const c=a6c();return a6d=function(d,e){d=d-0x178;let f=c[d];return f;},a6d(a,b);}const a6b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a6d;if(c){const e=c[i(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a6a=a6b(this,function(){const j=a6d;return a6a[j(0x18c)]()[j(0x18a)](j(0x17c))[j(0x18c)]()[j(0x188)](a6a)[j(0x18a)]('(((.+)+)+)+$');});function a6c(){const m=['Create\x20a\x20hosted\x20zone\x20in\x20Route\x2053','maka\x20aws:create-hosted-zone','publicIp','maka\x20aws:create-hosted-zone\x20--domain=example.com','Set\x20hosted\x20zone\x20to\x20an\x20instance?','(((.+)+)+)+$','exit','90qYwxDr','1024824oyyUXz','maka\x20aws:chz\x20--domain=example.com','chz','3736408uuTTiX','2545554fjTede','apply','8pzeNBQ','chooseInstance','error','constructor','3594015zCVwFW','search','confirm','toString','aws','domain','7241IklyPy','121570Vrfofb','1183812NHcyEm','linkEC2ToRoute53'];a6c=function(){return m;};return a6c();}a6a();import a6e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'create-hosted-zone','aliases':[a6k(0x181)],'usage':a6k(0x178),'requiredOpts':[a6k(0x18e)],'validOpts':[],'shortDesc':a6k(0x193),'examples':[a6k(0x17a),a6k(0x180)]},async function(a,b){const l=a6k;try{const c=b[l(0x18e)];this[l(0x18d)]['route53CreateHostedZone'](c);const d=await Actions[l(0x18b)](l(0x17b));if(d){const f=await this[l(0x18d)][l(0x186)]();if(f?.['id']){if(!f[l(0x179)])throw Log[l(0x187)]('Instance\x20does\x20not\x20have\x20a\x20public\x20IP\x20address');this[l(0x18d)][l(0x192)](f['id'],f['publicIp'],c);}else throw'Instance\x20not\x20found';}}catch(g){g&&Log['error'](g),process[l(0x17d)](0x0);}},a6e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7a0=a7d;(function(a,b){const Y=a7d,c=a();while(!![]){try{const d=-parseInt(Y(0x1d1))/0x1+-parseInt(Y(0x1fa))/0x2*(parseInt(Y(0x1e1))/0x3)+-parseInt(Y(0x1c3))/0x4+-parseInt(Y(0x1f6))/0x5*(parseInt(Y(0x1e4))/0x6)+parseInt(Y(0x1d8))/0x7+parseInt(Y(0x1f5))/0x8+-parseInt(Y(0x1ea))/0x9*(-parseInt(Y(0x1f0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a7c,0x24d52));const a7b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a7a=a7b(this,function(){const Z=a7d;return a7a['toString']()['search']('(((.+)+)+)+$')[Z(0x1bf)]()[Z(0x1bb)](a7a)[Z(0x1eb)]('(((.+)+)+)+$');});a7a();import a7e from'./aws.command.js';import a7f from'path';import a7g from'fs';import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';function a7c(){const a2=['ec2create','Creating\x20user\x20data\x20file\x20in\x20','271720yPcHcj','getAppConfigPath','Setting\x20the\x20key-pair\x20to:\x20','\x0a\x20\x20Walk\x20through\x20a\x20list\x20of\x20questions\x20that\x20will\x20properly\x20provision\x20a\x20new\x20EC2\x0a\x20\x20instance.\x0a\x0a\x20\x20Once\x20created,\x20you\x20will\x20begin\x20to\x20be\x20billed\x20for\x20the\x20resource!\x0a\x20\x20','Comma\x20separated\x20list\x20of\x20ports\x20[22,80,443]:\x20','1263240KUzQDq','153800HpZLsl','split','ImageID:','create','2GhXFFI','Web\x20App','Key-Pair:\x20','success','constructor','name','Would\x20you\x20like\x20to\x20create\x20a\x20new\x20security\x20group?','exit','toString','environment','bright','Ready\x20to\x20create\x20instance?\x20NOTE:\x20You\x20WILL\x20be\x20billed\x20for\x20this\x20instance\x20by\x20AWS.','307284aDmjif','Run\x20\x22maka\x20aws:set-host\x22\x20to\x20configure\x20your\x20ssh.json\x20file','Remove\x20the\x20security\x20group\x20','ec2describeKeys','isFile','aws','env','user-data','Instance\x20created!\x20\x20NOTE:\x20You\x20are\x20now\x20being\x20billed\x20for\x20this\x20EC2.','error','getSubnetCidr','You\x20must\x20have\x20a\x20key-pair.\x20\x20Please\x20run\x20\x22maka\x20aws\x20create-key-pair\x20--env\x20<env-name>\x22\x20to\x20generate\x20a\x20new\x20key','22,80,443','Would\x20you\x20like\x20to\x20include\x20user\x20data?','75316oqUDSv','deleteKeyPair','createKeyPair','Subnet:\x20','Setting\x20the\x20number\x20of\x20instances\x20to:\x20','1:1','ask','2045911EjbAVL','created-by','getEnvFromShorthand','No\x20instance\x20has\x20been\x20created.','listAvailableSubnets','Instance\x20Count:\x20','Would\x20you\x20like\x20to\x20make\x20a\x20new\x20PEM\x20key?','chooseVPC','chooseSecurityGroup','572265DGPyNv','**\x20Available\x20key-pairs\x20**','Remove\x20the\x20keypair\x20','18wcxBCs','readFileSync','Security\x20Group\x20Name:\x20[','confirm','ec2createSG','notice','45JUirAp','search','User\x20Data:','EC2\x20Name:\x20['];a7c=function(){return a2;};return a7c();}import{Log}from'../../tools/log/log.class.js';function a7d(a,b){const c=a7c();return a7d=function(d,e){d=d-0x1b8;let f=c[d];return f;},a7d(a,b);}Command[a7a0(0x1f9)]({'name':'create-instance','aliases':['ci'],'usage':'maka\x20aws:create-instance','examples':['maka\x20aws:create-instance\x20--env\x20dev','maka\x20aws:ci\x20--env\x20prod'],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a7a0(0x1c9)}],'validOpts':[],'shortDesc':'Create\x20new\x20AWS\x20instance','description':a7a0(0x1f3)},async function(a,b){const a1=a7a0;try{const {projectConfig:c,fsi:d,cfg:f}=this,{appName:g}=c,h=f[a1(0x1da)](b[a1(0x1c9)]),i=f[a1(0x1f1)](h),j=g+'-'+h,k=await Actions[a1(0x1d7)](a1(0x1ed)+j+']\x20')||j;let l='',m='',n='',o='',p='';const q=await Actions['confirm'](a1(0x1de),!![]);let r='',s='';if(q){const {keyName:y,filePath:z}=await this[a1(0x1c8)][a1(0x1d3)]({'env':h});r=y,s=z,Log[a1(0x1ba)](a1(0x1f2)+r);}else try{Log[a1(0x1e9)](a1(0x1e2));const A=r?r:k,B=await this[a1(0x1c8)][a1(0x1c6)]({'suggestion':A}),C=await Actions[a1(0x1d7)]('Please\x20choose\x20a\x20key\x20to\x20use:\x20')||'-1';if(parseInt(C)<0x0){Log[a1(0x1cc)](a1(0x1ce)),Log[a1(0x1e9)](a1(0x1db));return;}if(B)for(const D of B){if(parseInt(C)===D['id']){r=D[a1(0x1bc)],Log[a1(0x1ba)](a1(0x1f2)+r);break;}}}catch(E){Log[a1(0x1cc)](E);}l=await this[a1(0x1c8)][a1(0x1df)]();const t=await Actions[a1(0x1e7)](a1(0x1bd),!![]);let u;if(t){const F=l===''?await this[a1(0x1c8)][a1(0x1df)]():l;u=await Actions[a1(0x1d7)](a1(0x1e6)+k+']')||k;const G=await Actions[a1(0x1d7)](a1(0x1f4))||a1(0x1cf),H=G['split'](',');await this[a1(0x1c8)][a1(0x1e8)]({'description':a1(0x1b8),'name':u,'vpcId':F,'sgPorts':H});}u=k,m=await this[a1(0x1c8)][a1(0x1e0)](u),n=await this[a1(0x1c8)]['listAvailableAMIs'](),p=await this[a1(0x1c8)][a1(0x1dc)]();const v=0x1,w=0x1;try{const I=await Actions[a1(0x1d7)]('How\x20many\x20instances\x20do\x20you\x20want\x20to\x20create\x20(min:max)?\x20[1:1]\x20')||a1(0x1d6),J=I[a1(0x1f7)](':')[0x0],K=I[a1(0x1f7)](':')[0x1];typeof parseInt(J)==='number'&&typeof parseInt(K)==='number'&&Log[a1(0x1ba)](a1(0x1d5)+J+':'+K);}catch(L){Log['error'](L);}try{const M=await Actions[a1(0x1d7)]('What\x20instance\x20type\x20would\x20you\x20like?\x20[t3.micro]')||'t3.micro';typeof M==='string'&&(o=M);}catch(N){Log['error'](N);}let x='';try{const O=await Actions[a1(0x1e7)](a1(0x1d0),![]);O&&(x=a7f['join'](i,a1(0x1ca)),Log[a1(0x1e9)](a1(0x1ef)+x),await this['fsi']['createFile']({'filePath':x,'data':''}),await Actions[a1(0x1e7)]('Please\x20modify\x20and\x20save\x20the\x20user-data\x20file.\x20\x20Ready\x20to\x20continue?'));}catch(P){Log[a1(0x1cc)](P);}try{const Q=await this[a1(0x1c8)][a1(0x1cd)](p);Log['notice'](a1(0x1f8)+n),Log['notice'](a1(0x1dd)+v+':'+w),Log[a1(0x1e9)]('Instace\x20Type:\x20'+o),Log[a1(0x1e9)](a1(0x1b9)+r),Log[a1(0x1e9)]('Security\x20Group:\x20'+m),Log[a1(0x1e9)](a1(0x1d4)+Q);if(x){Log[a1(0x1e9)](a1(0x1ec)+x);const S=a7g[a1(0x1e5)](x)[a1(0x1bf)]();Log[a1(0x1e9)](S);}const R=await Actions[a1(0x1e7)](a1(0x1c2));if(R){const T=await this[a1(0x1c8)][a1(0x1ee)]({'imageId':n,'minCount':v,'maxCount':w,'type':o,'key':r,'sgIds':m,'subnet':p,'tags':[{'Key':a1(0x1d9),'Value':'maka-cli'},{'Key':a1(0x1c0),'Value':h},{'Key':'Name','Value':k}],...x&&{'userData':x}});T&&(Log[a1(0x1ba)](a1(0x1cb)),Log[a1(0x1c1)](a1(0x1c4)));}else{Log['notice']('ABORTED!\x20No\x20instance\x20has\x20been\x20created!');const U=await Actions[a1(0x1e7)](a1(0x1e3)+r+'\x20?',!![]);U&&(this[a1(0x1c8)][a1(0x1d2)](r),d[a1(0x1c7)](s)&&a7g['unlinkSync'](s));const V=await Actions['confirm'](a1(0x1c5)+m+'\x20?',!![]);V&&this[a1(0x1c8)]['deleteSecurityGroup'](m);}}catch(W){Log[a1(0x1cc)](W);}}catch(X){X&&Log[a1(0x1cc)](X),process[a1(0x1be)](0x0);}},a7e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a8j=a8d;(function(a,b){const g=a8d,c=a();while(!![]){try{const d=-parseInt(g(0x10b))/0x1*(parseInt(g(0x10f))/0x2)+-parseInt(g(0x118))/0x3*(-parseInt(g(0x119))/0x4)+parseInt(g(0x11d))/0x5*(-parseInt(g(0x112))/0x6)+parseInt(g(0x10d))/0x7*(parseInt(g(0x11a))/0x8)+-parseInt(g(0x111))/0x9+parseInt(g(0x11c))/0xa+-parseInt(g(0x10c))/0xb*(-parseInt(g(0x110))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a8c,0x1dbd6));function a8d(a,b){const c=a8c();return a8d=function(d,e){d=d-0x109;let f=c[d];return f;},a8d(a,b);}function a8c(){const l=['createKeyPair','env','39mSSzjE','53828tGmuZL','1679712qqgfrd','create-key-pair','662470gtAtvo','285zUhJtu','constructor','create','ckp','maka\x20aws:create-key-pair','maka\x20aws:ckp\x20--env\x20prod','4zwJgMa','1661nnxBXu','7FUMlUO','maka\x20aws:create-key-pair\x20--env\x20prod','95314ItrOOO','12060PRcYWb','1117764syvPkN','17502DbqNDD','apply','search','cfg'];a8c=function(){return l;};return a8c();}const a8b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a8d;if(c){const e=c[h(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a8a=a8b(this,function(){const i=a8d;return a8a['toString']()['search']('(((.+)+)+)+$')['toString']()[i(0x11e)](a8a)[i(0x114)]('(((.+)+)+)+$');});a8a();import a8e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a8j(0x11f)]({'name':a8j(0x11b),'aliases':[a8j(0x120)],'usage':a8j(0x109),'examples':[a8j(0x10e),a8j(0x10a)],'mustBeInMakaProject':!![],'requiredOpts':[a8j(0x117)],'validOpts':[],'shortDesc':'Create\x20a\x20Key\x20Pair\x20for\x20AWS\x20an\x20EC2\x20instance','description':'\x0a\x0a\x20\x20In\x20AWS,\x20follow\x20a\x20few\x20questions\x20to\x20create\x20a\x20new\x20Key\x20Pair.\x0a\x20\x20The\x20public\x20key\x20is\x20stored\x20in\x20AWS\x20while\x20the\x20private\x20key\x20is\x20saved\x0a\x20\x20to\x20the\x20_keys\x20directory\x20for\x20the\x20envronment\x20(--env)\x20provided.\x0a\x0a\x20\x20This\x20key\x20cannot\x20be\x20replaced\x20(without\x20support\x20from\x20AWS),\x20and\x20should\x20be\x0a\x20\x20kept\x20safe.\x0a\x0a\x20\x20Maka\x20automatically\x20ignores\x20the\x20_keys\x20directory,\x20so\x20it\x20will\x20not\x20be\x0a\x20\x20stored\x20in\x20version\x20control\x20by\x20default.\x20You\x20may\x20change\x20this\x20in\x20the\x0a\x20\x20.gitignore\x20file\x20at\x20the\x20root\x20of\x20this\x20project,\x20but\x20it\x27s\x20not\x20recommended.\x0a\x20\x20'},async function(a,b){const k=a8j;try{const {aws:c}=this,d=this[k(0x115)]['getEnvFromShorthand'](b[k(0x117)]);c[k(0x116)]({'env':d});}catch(f){f&&Log['error'](f),process['exit'](0x0);}},a8e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a9p=a9d;(function(a,b){const m=a9d,c=a();while(!![]){try{const d
|
|
1
|
+
const a9p=a9d;(function(a,b){const m=a9d,c=a();while(!![]){try{const d=parseInt(m(0xee))/0x1*(parseInt(m(0xd7))/0x2)+parseInt(m(0xef))/0x3+parseInt(m(0xe3))/0x4+parseInt(m(0xd1))/0x5+-parseInt(m(0xd3))/0x6*(parseInt(m(0xe0))/0x7)+-parseInt(m(0xea))/0x8*(-parseInt(m(0xd0))/0x9)+parseInt(m(0xeb))/0xa*(-parseInt(m(0xda))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a9c,0xb336f));const a9b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a9d;if(c){const e=c[n(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a9a=a9b(this,function(){const o=a9d;return a9a['toString']()['search'](o(0xe4))[o(0xd8)]()[o(0xe8)](a9a)[o(0xd4)](o(0xe4));});a9a();import a9e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a9p(0xdd)]({'name':a9p(0xe5),'aliases':[a9p(0xdf)],'usage':a9p(0xf1),'validOpts':[],'shortDesc':a9p(0xed),'mustBeInMakaProject':!![],'description':a9p(0xe7),'examples':['maka\x20aws:create-secuirty-group',a9p(0xec)]},async function(a,b){const q=a9p,{projectConfig:c,aws:d}=this;try{const {appName:f}=c,g=await d[q(0xde)](),h=b[q(0xd6)]?b['name']:''+f,i=await Actions[q(0xe1)](q(0xe9)+h+']')||h,j=await Actions[q(0xe1)](q(0xf0))||q(0xdc),k=j[q(0xd2)](',');k['forEach'](l=>{const r=q;if(!l[r(0xd5)](/^\d+$/))throw r(0xe2);}),await d['ec2createSG']({'description':q(0xdb),'name':i,'vpcId':g,'sgPorts':k});}catch(l){l&&Log[q(0xd9)](l),process['exit'](0x1);}},a9e);function a9d(a,b){const c=a9c();return a9d=function(d,e){d=d-0xd0;let f=c[d];return f;},a9d(a,b);}function a9c(){const s=['1314aPSloZ','search','match','name','27506YXUbKj','toString','error','1815BFldtc','Web\x20App','22,80,443','create','chooseVPC','csg','21147UvtrWc','ask','List\x20is\x20not\x20all\x20numbers','3573116ziFQzY','(((.+)+)+)+$','create-security-group','apply','\x0a\x20\x20Create\x20a\x20secuirty\x20group\x20on\x20a\x20Virtual\x20Private\x20Cloud\x20(VPC)\x20which\x0a\x20\x20can\x20be\x20used\x20with\x20a\x20new\x20EC2\x20instance.\x0a\x20\x20','constructor','Security\x20Group\x20Name:\x20[','293352EovnqI','142050RjdcAl','maka\x20aws:csg','Create\x20a\x20new\x20secuirty\x20group\x20in\x20a\x20VPC\x20for\x20an\x20EC2','61gGpvTl','1614396WGfuJt','Comma\x20separated\x20list\x20of\x20ports\x20[22,80,443]:\x20','maka\x20aws\x20create-security-group','234rsgfqp','2578745uzVxxI','split'];a9c=function(){return s;};return a9c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10h=a10d;(function(a,b){const f=a10d,c=a();while(!![]){try{const d=parseInt(f(0x1ab))/0x1*(parseInt(f(0x1b7))/0x2)+parseInt(f(0x1af))/0x3+-parseInt(f(0x1b0))/0x4+-parseInt(f(0x1b1))/0x5*(parseInt(f(0x1b3))/0x6)+-parseInt(f(0x1ae))/0x7*(-parseInt(f(0x1b6))/0x8)+-parseInt(f(0x1a6))/0x9*(parseInt(f(0x1b8))/0xa)+-parseInt(f(0x1b4))/0xb*(-parseInt(f(0x1aa))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a10c,0xee4d0));function a10d(a,b){const c=a10c();return a10d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a10d(a,b);}const a10b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a10a=a10b(this,function(){const g=a10d;return a10a[g(0x1a7)]()[g(0x1ba)](g(0x1b5))['toString']()[g(0x1a3)](a10a)[g(0x1ba)](g(0x1b5));});a10a();function a10c(){const j=['create','search','maka\x20aws:delete-ecr\x20--name\x20<name>\x20--region\x20<region>','\x20deleted\x20successfully\x20in\x20region\x20','exit','region','maka\x20aws:delete-ecr\x20--name=my-old-repo\x20--region=us-east-1','name','constructor','Repository\x20','\x20in\x20region\x20','148347sbFMJS','toString','maka\x20aws:decr\x20--name=my-old-repo\x20--region=us-east-1','ecrDeleteRepository','25117692OYRRPW','604199cLVnJK','success','.\x20Error:\x20','35gvkYYH','2348403pwesWp','3248800xmOFex','5ARaRXa','Delete\x20an\x20Elastic\x20Container\x20Repository','11370498QsHhuB','11ISZQAk','(((.+)+)+)+$','3120672ywNRDg','2AtREZQ','1060WOzVtA'];a10c=function(){return j;};return a10c();}import a10e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a10h(0x1b9)]({'name':'delete-ecr','aliases':['decr'],'usage':a10h(0x1bb),'requiredOpts':['name',a10h(0x1be)],'validOpts':[],'shortDesc':a10h(0x1b2),'examples':[a10h(0x1bf),a10h(0x1a8)]},async function(a,b){const i=a10h,{aws:c}=this;try{await c[i(0x1a9)]({'repoName':b[i(0x1c0)],'region':b['region']}),Log[i(0x1ac)](i(0x1a4)+b[i(0x1c0)]+i(0x1bc)+b[i(0x1be)]+'.'),process[i(0x1bd)](0x0);}catch(d){Log['error']('Failed\x20to\x20delete\x20the\x20repository:\x20'+b[i(0x1c0)]+i(0x1a5)+b[i(0x1be)]+i(0x1ad)+d),process[i(0x1bd)](0x1);}},a10e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11i=a11d;(function(a,b){const f=a11d,c=a();while(!![]){try{const d=-parseInt(f(0x103))/0x1*(-parseInt(f(0x102))/0x2)+-parseInt(f(0xfc))/0x3*(parseInt(f(0x10c))/0x4)+-parseInt(f(0x10a))/0x5*(parseInt(f(0x109))/0x6)+-parseInt(f(0xf8))/0x7*(-parseInt(f(0xf9))/0x8)+parseInt(f(0xff))/0x9+-parseInt(f(0x101))/0xa*(-parseInt(f(0x104))/0xb)+parseInt(f(0xfd))/0xc*(parseInt(f(0x106))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a11c,0x38e03));const a11b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a11d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a11a=a11b(this,function(){const h=a11d;return a11a[h(0xfe)]()['search'](h(0x100))['toString']()['constructor'](a11a)['search'](h(0x100));});a11a();import a11e from'./aws.command.js';import{Command}from'../../command.js';function a11c(){const k=['1032QbEbgV','maka\x20aws:describe-instances','describe-instances','61565QCMkNW','8vZAMOk','create','Get\x20EC2\x20instances\x20created\x20by\x20Maka-CLI','3321MDqIuD','12KzQjoD','toString','1671453JlWMkG','(((.+)+)+)+$','1580wmbGef','536gZkqoz','1594bPGnGQ','12265fNartU','maka\x20aws:di','1813877MxVuvB','exit','apply','156ziNxGF','80545uZhpgW','\x0a\x20\x20List\x20all\x20EC2\x20instances\x20that\x20have\x20been\x20created\x20with\x20\x22maka\x20aws:ci\x22\x20associated\x0a\x20\x20with\x20the\x20logged\x20in\x20AWS-CLI\x20account.\x0a\x0a\x20\x20Will\x20pull\x20back\x20the\x20instance\x20ID,\x20state,\x20and\x20IP\x20addresses.\x0a\x20\x20Ex:\x0a\x0a\x20\x20ID:\x200\x20NAME:\x20<NAME>\x20ENV:\x20production\x20STATUS:\x20running\x20INSTANCE_ID:\x20i-xxx\x20PUB_IP:\x20x.x.x.x\x20PRIV_IP:\x20y.y.y.y\x0a\x20\x20'];a11c=function(){return k;};return a11c();}import{Log}from'../../tools/log/log.class.js';function a11d(a,b){const c=a11c();return a11d=function(d,e){d=d-0xf6;let f=c[d];return f;},a11d(a,b);}Command[a11i(0xfa)]({'name':a11i(0xf7),'aliases':['di'],'usage':a11i(0xf6),'validOpts':[],'shortDesc':a11i(0xfb),'examples':['maka\x20aws:describe-instances',a11i(0x105)],'description':a11i(0x10b)},async function(){const j=a11i;try{const {aws:a}=this;a['ec2describeInstances']();}catch(b){b&&Log['error'](b),process[j(0x107)](0x1);}},a11e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a12i=a12d;(function(a,b){var f=a12d,c=a();while(!![]){try{var d=-parseInt(f(0x15a))/0x1+parseInt(f(0x158))/0x2*(-parseInt(f(0x159))/0x3)+-parseInt(f(0x15b))/0x4+-parseInt(f(0x15c))/0x5*(parseInt(f(0x15f))/0x6)+-parseInt(f(0x169))/0x7*(-parseInt(f(0x165))/0x8)+parseInt(f(0x15e))/0x9*(-parseInt(f(0x162))/0xa)+parseInt(f(0x16b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a12c,0x934dd));var a12b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a12d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a12a=a12b(this,function(){var h=a12d;return a12a['toString']()[h(0x16a)](h(0x164))[h(0x16c)]()[h(0x163)](a12a)[h(0x16a)](h(0x164));});a12a();function a12d(a,b){var c=a12c();return a12d=function(d,e){d=d-0x158;var f=c[d];return f;},a12d(a,b);}import a12e from'./aws.command.js';import{Command}from'../../command.js';function a12c(){var k=['896ZWBZwW','search','19586633UJnEyE','toString','aws','maka\x20aws:describe-key-pairs','16582BLuggm','6PJigDj','324477fpDFeP','874892ZNXbgo','7615TZpveR','error','45JkJSmC','126Wvbteo','ec2describeKeys','exit','1507090uNsOre','constructor','(((.+)+)+)+$','10504uQGqIy','apply','create','List\x20the\x20current\x20public\x20keys\x20stored\x20in\x20AWS'];a12c=function(){return k;};return a12c();}import{Log}from'../../tools/log/log.class.js';Command[a12i(0x167)]({'name':'describe-key-pairs','aliases':['dkp'],'usage':a12i(0x16e),'validOpts':[],'shortDesc':a12i(0x168),'examples':['maka\x20aws:describe-key-pairs','maka\x20aws:dkp']},async function(){var j=a12i;try{this[j(0x16d)][j(0x160)]();}catch(a){a&&Log[j(0x15d)](a),process[j(0x161)](0x0);}},a12e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a13m=a13d;(function(a,b){const j=a13d,c=a();while(!![]){try{const d
|
|
1
|
+
const a13m=a13d;function a13d(a,b){const c=a13c();return a13d=function(d,e){d=d-0x90;let f=c[d];return f;},a13d(a,b);}(function(a,b){const j=a13d,c=a();while(!![]){try{const d=parseInt(j(0xad))/0x1+-parseInt(j(0x92))/0x2+parseInt(j(0x95))/0x3*(-parseInt(j(0xb0))/0x4)+-parseInt(j(0xae))/0x5*(parseInt(j(0xaf))/0x6)+-parseInt(j(0xa3))/0x7+-parseInt(j(0xa2))/0x8+parseInt(j(0x99))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a13c,0x7ff66));const a13b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a13d;if(c){const e=c[k(0x9a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a13a=a13b(this,function(){const l=a13d;return a13a[l(0xa6)]()['search'](l(0x97))['toString']()[l(0x9f)](a13a)[l(0xaa)](l(0x97));});a13a();import a13e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a13c(){const q=['appName','exit','notice','search','Please\x20choose\x20a\x20SG\x20ID\x20to\x20delete:','\x20SGID:\x20','5097gCOfOs','5Bhymlx','3326466KmLKmD','4bnfCBs','That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.','\x20SG\x20NAME:\x20','1217928LbXpky','create','maka\x20aws:dsg','1544775atHbMz','\x20could\x20impact\x20other\x20instances\x20that\x20are\x20using\x20it.\x20\x20Are\x20you\x20sure?','(((.+)+)+)+$','deleteSecurityGroup','26420913pBkous','apply','delete-security-group','Deleted\x20','error','maka\x20aws:delete-sg','constructor','sgId','forEach','5384744ZvIimy','456589OpwZCi','getSecurityGroups','ID:\x20','toString'];a13c=function(){return q;};return a13c();}import{Actions}from'../../tools/actions/actions.class.js';Command[a13m(0x93)]({'name':a13m(0x9b),'aliases':['dsg'],'usage':a13m(0x9e),'mustBeInMakaProject':!![],'validOpts':[],'shortDesc':'Delete\x20a\x20security\x20group\x20on\x20a\x20VPC','examples':[a13m(0x9e),a13m(0x94)]},async function(){const n=a13m;try{const {projectConfig:a,aws:b}=this;let c='';c=a[n(0xa7)];const {sgList:d}=await b[n(0xa4)]();d[n(0xa1)](function(i){const o=n;i['name']['includes'](c)?Log[o(0xa9)](o(0xa5)+i['id']+o(0x91)+i['name']+o(0xac)+i[o(0xa0)]):Log['bright'](o(0xa5)+i['id']+o(0x91)+i['name']+o(0xac)+i[o(0xa0)]);});let f='';const g=await Actions['ask'](n(0xab));d['forEach'](function(i){const p=n;i['id']===parseInt(g)&&(f=i[p(0xa0)]);});if(!f)throw Log[n(0x9d)](n(0x90));const h=await Actions['confirm']('Deleting\x20a\x20'+f+n(0x96),![]);h?(await b[n(0x98)](f),Log['success'](n(0x9c)+f)):Log[n(0x9d)]('Not\x20deleting\x20secuirty\x20group'),process[n(0xa8)](0x0);}catch(i){i&&Log[n(0x9d)](i),process[n(0xa8)](0x1);}},a13e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a14h=a14d;(function(a,b){const f=a14d,c=a();while(!![]){try{const d
|
|
1
|
+
const a14h=a14d;function a14d(a,b){const c=a14c();return a14d=function(d,e){d=d-0xed;let f=c[d];return f;},a14d(a,b);}(function(a,b){const f=a14d,c=a();while(!![]){try{const d=-parseInt(f(0xfc))/0x1*(parseInt(f(0xf2))/0x2)+parseInt(f(0xff))/0x3*(-parseInt(f(0x101))/0x4)+parseInt(f(0x105))/0x5*(parseInt(f(0xfe))/0x6)+-parseInt(f(0x100))/0x7*(-parseInt(f(0xed))/0x8)+parseInt(f(0xee))/0x9+parseInt(f(0xf0))/0xa+parseInt(f(0xf4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a14c,0xd62ad));function a14c(){const j=['listAllEcrRepositories','List\x20Elastic\x20Container\x20Repositories\x20across\x20regions','(((.+)+)+)+$','success','toString','exit','regions','1jGbLif','maka\x20aws:list-ecr\x20[--regions=<region1,region2,...>]','12ZbTovz','3mnaVGs','896OqNLKq','6912796iWhGIU','maka\x20aws:lecr\x20--regions=us-east-1,eu-west-1','search','constructor','1328695ibAQUy','67448aYmgir','13531419Yuzasx','error','5031370GiOahT','maka\x20aws:lecr\x20--regions=all','2315798VNLOue','list-ecr','1606583JLNtlm'];a14c=function(){return j;};return a14c();}const a14b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a14a=a14b(this,function(){const g=a14d;return a14a[g(0xf9)]()[g(0x103)](g(0xf7))['toString']()[g(0x104)](a14a)[g(0x103)](g(0xf7));});a14a();import a14e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a14h(0xf3),'aliases':['lecr'],'usage':a14h(0xfd),'requiredOpts':[],'validOpts':[a14h(0xfb)],'shortDesc':a14h(0xf6),'examples':['maka\x20aws:list-ecr',a14h(0x102),a14h(0xf1)]},async function(a,b){const i=a14h;try{const {aws:c}=this;await c[i(0xf5)](b[i(0xfb)]),Log[i(0xf8)]('Completed\x20listing\x20ECR\x20repositories.'),process['exit'](0x0);}catch(d){Log[i(0xef)]('An\x20error\x20occurred\x20while\x20listing\x20ECR\x20repositories:\x20'+d),process[i(0xfa)](0x1);}},a14e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a15i=a15d;(function(a,b){const f=a15d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a15i=a15d;(function(a,b){const f=a15d,c=a();while(!![]){try{const d=parseInt(f(0x12f))/0x1+-parseInt(f(0x131))/0x2+parseInt(f(0x130))/0x3*(parseInt(f(0x13c))/0x4)+-parseInt(f(0x129))/0x5+parseInt(f(0x124))/0x6*(parseInt(f(0x12c))/0x7)+parseInt(f(0x123))/0x8+parseInt(f(0x13a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a15c,0x9d4d7));function a15c(){const k=['881646NQfluA','1757416wHaSWw','toString','create','search','maka\x20aws:reboot-instance','(((.+)+)+)+$','running','name','ec2rebootInstance','2590677LtIOOY','rbi','4kldlgu','apply','7447560oBUXMV','12gRxVSZ','status','There\x20are\x20no\x20instances\x20in\x20a\x20state\x20that\x20can\x20be\x20rebooted;\x20either\x20they\x20are\x20spinning\x20up,\x20or\x20are\x20already\x20terminated.','\x20Ready?','exit','6391135CdHblC','You\x20have\x20aborted\x20the\x20reboot.\x20\x20The\x20instance:\x20','maka\x20aws:rbi','2381603JOfOpe','reboot-instance','constructor','608108evJkkh'];a15c=function(){return k;};return a15c();}const a15b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a15d;if(c){const e=c[g(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a15a=a15b(this,function(){const h=a15d;return a15a[h(0x132)]()[h(0x134)](h(0x136))[h(0x132)]()[h(0x12e)](a15a)[h(0x134)](h(0x136));});function a15d(a,b){const c=a15c();return a15d=function(d,e){d=d-0x123;let f=c[d];return f;},a15d(a,b);}a15a();import a15e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a15i(0x133)]({'name':a15i(0x12d),'aliases':[a15i(0x13b)],'usage':a15i(0x135),'validOpts':[],'shortDesc':'Reboot\x20an\x20EC2\x20instance','examples':['maka\x20aws:reboot-instance',a15i(0x12b)]},async function(){const j=a15i;try{const {aws:a}=this,b=await a['chooseInstance']();if(b?.[j(0x125)]===j(0x137)){const c=await Actions['confirm']('[!!]\x20You\x20are\x20about\x20to\x20reboot\x20instance:\x20'+b[j(0x138)]+j(0x127));c&&b['instanceId']?a[j(0x139)]({'instanceId':b['instanceId']}):Log['error'](j(0x12a)+b[j(0x138)]+'\x20is\x20still\x20running.');}else Log['error'](j(0x126));}catch(d){d&&Log['error'](d),process[j(0x128)](0x1);}},a15e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a16I=a16d;(function(a,b){const F=a16d,c=a();while(!![]){try{const d=parseInt(F(0x1ca))/0x1+parseInt(F(0x19d))/0x2+parseInt(F(0x1a1))/0x3*(parseInt(F(0x1cb))/0x4)+-parseInt(F(0x196))/0x5*(parseInt(F(0x1c9))/0x6)+-parseInt(F(0x1c1))/0x7+parseInt(F(0x1c5))/0x8*(parseInt(F(0x1cd))/0x9)+-parseInt(F(0x1a9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a16c,0x214d5));const a16b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a16a=a16b(this,function(){const G=a16d;return a16a['toString']()[G(0x1c7)]('(((.+)+)+)+$')[G(0x1ad)]()[G(0x1ab)](a16a)[G(0x1c7)](G(0x1bf));});function a16d(a,b){const c=a16c();return a16d=function(d,e){d=d-0x196;let f=c[d];return f;},a16d(a,b);}a16a();import a16e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{CountryCode}from'../../tools/aws/aws.interfaces.js';function isValidCountryCode(a){const H=a16d;return Object[H(0x1c3)](CountryCode)[H(0x1a2)](a);}function a16c(){const K=['12PJZcih','My\x20Company,\x20LLC.','104958EBEmql','\x20years\x20(','domain','checkDomainAvailability','PERSON','\x20/\x20Year\x20\x0a','Contact\x20Last\x20Name\x20[Person]:\x20','5sDDEgp','Contact\x20Fax\x20Number\x20[+1.5555555556]:\x20','Honolulu','Duration\x20in\x20years\x20[1]:\x20','Domain\x20name\x20is\x20unavailable','notice','123\x20Glorious\x20Way','154204khIOWo','The\x20domain\x20name:\x20','ask','maka\x20aws:register-domain-name\x20--domain=example.com','15549uLSAnp','includes','OrganizationName','State\x20[HI]:\x20','Organization\x20Name\x20[My\x20Company,\x20LLC.]:','\x20is\x20available\x20for:','\x20/\x20Year)','96816','2504790qcOfRm','\x20for\x20','constructor','ASSOCIATION','toString','+1.5555555555','confirm','Do\x20you\x20wish\x20to\x20register\x20','Auto\x20Renew:\x20','Address\x20Line\x201\x20[123\x20Glorious\x20Way]:','Contact\x20Phone\x20Number\x20[+1.5555555555]:\x20','Contact\x20Email\x20[mail@example.com]:\x20','warn','Are\x20you\x20sure?','COMPANY','contactType','Contact','rdn','maka\x20aws:register-domain-name','error','create','Choose\x20contact\x20type','(((.+)+)+)+$','+1.5555555556','717724mGwNLB','PUBLIC_BODY','values','Invalid\x202\x20character\x20country\x20code','168KLeBbp','Zip\x20Code\x20[96816]:\x20','search','RESELLER','616044ibdELe','254537SZtHHT'];a16c=function(){return K;};return a16c();}function getCountryCodeEnum(a){if(isValidCountryCode(a))return a;return undefined;}Command[a16I(0x1bd)]({'name':'register-domain-name','aliases':[a16I(0x1ba)],'usage':a16I(0x1bb),'requiredOpts':[a16I(0x1cf)],'validOpts':[],'shortDesc':'Register\x20a\x20domain\x20name\x20with\x20AWS\x20Route\x2053','examples':[a16I(0x1a0),'maka\x20aws:rdn\x20--domain=example.com']},async function(a,b){const J=a16I,{aws:c}=this;try{const d=b[J(0x1cf)],{available:f,cost:g}=await c[J(0x1d0)](d);if(f&&g){Log['notice'](J(0x19e)+d+J(0x1a6));const {Price:h,Currency:i}=g;Log['warn']('\x20\x20'+h+'\x20'+i+J(0x1d2));const j=await Actions[J(0x1af)](J(0x1b0)+d+'?',![]);if(j){const k={'message':J(0x1be),'name':J(0x1b8),'choices':[{'name':'ASSOCIATION','value':J(0x1ac)},{'name':J(0x1b7),'value':'COMPANY'},{'name':J(0x1d1),'value':'PERSON'},{'name':J(0x1c2),'value':J(0x1c2)},{'name':J(0x1c8),'value':J(0x1c8)}]},l=await Actions[J(0x19f)](J(0x199))||'1',m=await Actions[J(0x19f)]('Contact\x20First\x20Name\x20[Contact]:\x20')||J(0x1b9),n=await Actions['ask'](J(0x1d3))||'Person',o=await Actions['select'](k),p=await Actions['ask'](J(0x1b2))||J(0x19c),q=await Actions[J(0x19f)]('Address\x20Line\x202:\x20'),r=await Actions[J(0x19f)]('City\x20[Honolulu]:\x20')||J(0x198),s=await Actions[J(0x19f)](J(0x1c6))||J(0x1a8),t=await Actions[J(0x19f)](J(0x1a4))||'HI',u=await Actions['ask']('Country\x20Code\x20[US]:\x20')||'US',v=getCountryCodeEnum(u);if(!v)throw Log[J(0x1bc)](J(0x1c4));const w=await Actions[J(0x19f)](J(0x1b3))||J(0x1ae),x=await Actions['ask'](J(0x197))||J(0x1c0),y=await Actions[J(0x19f)](J(0x1b4))||'mail@example.com',z=await Actions[J(0x1af)](J(0x1b1)),A={'FirstName':m,'LastName':n,'ContactType':o,'CountryCode':v,'AddressLine1':p,'AddressLine2':q,'City':r,'ZipCode':s,'PhoneNumber':w,'Fax':x,'State':t,'Email':y};if(o!==J(0x1d1)){const D=await Actions['ask'](J(0x1a5))||J(0x1cc);A[J(0x1a3)]=D;}const B=h||0x0*parseInt(l);Log[J(0x19b)]('Please\x20review\x20your\x20responses,\x20Amazon\x20will\x20bill\x20you:'),Log[J(0x1b5)](B+'\x20'+i+J(0x1aa)+l+J(0x1ce)+h+'\x20'+i+J(0x1a7));const C=await Actions['confirm'](J(0x1b6));C&&await c['registerDomain'](A,d,parseInt(l),z);}}else throw J(0x19a);}catch(E){E&&Log['error'](E),process['exit'](0x0);}},a16e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a17j=a17d;(function(a,b){const h=a17d,c=a();while(!![]){try{const d=parseInt(h(0x12d))/0x1+parseInt(h(0x11e))/0x2+-parseInt(h(0x126))/0x3+-parseInt(h(0x11d))/0x4+parseInt(h(0x128))/0x5*(parseInt(h(0x130))/0x6)+-parseInt(h(0x124))/0x7*(parseInt(h(0x132))/0x8)+parseInt(h(0x118))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a17c,0xf2f1a));const a17b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a17a=a17b(this,function(){const i=a17d;return a17a[i(0x11b)]()['search'](i(0x127))[i(0x11b)]()['constructor'](a17a)[i(0x12a)](i(0x127));});a17a();import a17e from'./aws.command.js';function a17d(a,b){const c=a17c();return a17d=function(d,e){d=d-0x117;let f=c[d];return f;},a17d(a,b);}function a17c(){const m=['13652224opYJPI','confirm','9503064HEonsR','error','Deleted\x20','toString','name','3595216DAmTsN','1945494qrhKjB','forEach','\x0a\x20\x20After\x20being\x20show\x20a\x20list\x20of\x20available\x20key\x20pairs,\x20provide\x20the\x20name\x0a\x20\x20of\x20the\x20key\x20pair\x20that\x20you\x27d\x20like\x20to\x20delete.\x0a\x0a\x20\x20This\x20cannot\x20be\x20undone!\x0a\x20\x20','exit','rkp','That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.','7yiiSTv','\x20could\x20impact\x20other\x20instances\x20that\x20are\x20using\x20it.\x20\x20Are\x20you\x20sure?','1269780PChoWA','(((.+)+)+)+$','7156385uokFBk','deleteKeyPair','search','ec2describeKeys','remove-key-pair','563770wRLwLR','create','Please\x20choose\x20a\x20key\x20to\x20delete:','6twmcgP','maka\x20aws:remove-key-pair'];a17c=function(){return m;};return a17c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a17j(0x12e)]({'name':a17j(0x12c),'aliases':[a17j(0x122)],'usage':a17j(0x131),'validOpts':[],'shortDesc':'Choose\x20from\x20your\x20list\x20of\x20public\x20keys\x20to\x20delete','description':a17j(0x120),'examples':['maka\x20aws:remove-key-pair','maka\x20aws:rkp']},async function(){const k=a17j,{aws:a}=this;try{const b=await a[k(0x12b)]();let c=undefined;const d=await Actions['ask'](k(0x12f));b?.[k(0x11f)](function(g){const l=k;g['id']===parseInt(d)&&(c=g[l(0x11c)]);});if(!c)throw Log[k(0x119)](k(0x123));const f=await Actions[k(0x117)]('Deleting\x20a\x20'+c+k(0x125),![]);f?(await a[k(0x129)](c),Log['success'](k(0x11a)+c)):Log[k(0x119)]('Not\x20deleting\x20keypair'),process['exit'](0x0);}catch(g){g&&Log[k(0x119)](g),process[k(0x121)](0x1);}},a17e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a18q=a18d;(function(a,b){const n=a18d,c=a();while(!![]){try{const d
|
|
1
|
+
const a18q=a18d;(function(a,b){const n=a18d,c=a();while(!![]){try{const d=parseInt(n(0x9f))/0x1*(parseInt(n(0xa9))/0x2)+-parseInt(n(0x93))/0x3+-parseInt(n(0xb2))/0x4*(-parseInt(n(0xb4))/0x5)+parseInt(n(0xa6))/0x6*(parseInt(n(0x84))/0x7)+parseInt(n(0xa7))/0x8+parseInt(n(0x99))/0x9+-parseInt(n(0x8c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a18c,0xa070f));function a18d(a,b){const c=a18c();return a18d=function(d,e){d=d-0x84;let f=c[d];return f;},a18d(a,b);}const a18b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a18d;if(c){const e=c[o(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a18a=a18b(this,function(){const p=a18d;return a18a[p(0x89)]()[p(0x85)](p(0x92))[p(0x89)]()[p(0x9e)](a18a)[p(0x85)](p(0x92));});a18a();function a18c(){const s=['appName','chooseInstance','sep','861876wiJnom','isFile','getEnvFromShorthand','error','\x0a\x20\x20Get\x20a\x20list\x20of\x20AWS\x20EC2\x20instances\x20running,\x20and\x20choose\x20a\x20public\x20or\x20private\x20IP\x20to\x0a\x20\x20set\x20the\x20specified\x20environment\x27s\x20ssh.json\x20file\x20to\x20point\x20to\x20that\x20IP.\x0a\x20\x20','constructor','30785kfmJGB','getAppConfigPath','config/ssh.json','publicIp','readFileSync','maka\x20aws:set-host\x20--env\x20dev','ask','124770hQZoQr','4506720fmwsOk','utf8','36HuyKeo','env','maka\x20aws\x20set-host','stringify','cat\x20','ssh.json','writeFileSync','host','sth','8LlwmPz','success','2255090FDaJDS','create','70kMFuJb','search','join','apply','set-host','toString','template','exit','8717790LRsrXB','Set\x20the\x20EC2\x20IP\x20to\x20the\x20environment\x20specified','That\x20is\x20not\x20an\x20option.\x20Must\x20be\x20\x22public\x22\x20or\x20\x22private\x22','public','maka\x20aws:sth\x20--env\x20prod','private','(((.+)+)+)+$','2382822MYrjyP','scaffold','privateIp'];a18c=function(){return s;};return a18c();}import a18e from'path';import a18f from'fs';import{execSync}from'child_process';import a18g from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a18q(0xb5)]({'name':a18q(0x88),'aliases':[a18q(0xb1)],'usage':a18q(0xab),'mustBeInMakaProject':!![],'requiredOpts':[a18q(0xaa)],'validOpts':[],'shortDesc':a18q(0x8d),'description':a18q(0x9d),'examples':[a18q(0xa4),a18q(0x90)]},async function(a,b){const r=a18q,{projectConfig:c,aws:d,cfg:f}=this;try{const g=f[r(0x9b)](b['env']),h=f[r(0xa0)](g),i=await d[r(0x97)](),j=a18e[r(0x86)](h,'ssh.json');!this['fsi'][r(0x9a)](j)&&await this[r(0x94)][r(0x8a)]({'srcPath':r(0xa1),'destPath':j,'context':{'app':c[r(0x96)]},'config':c});const k=JSON['parse'](a18f[r(0xa3)](j,r(0xa8))),l=await Actions[r(0xa5)]('Set\x20the\x20host\x20to\x20public\x20or\x20private?\x20[public]')||r(0x8f);if(l){if(l===r(0x8f)||l===r(0x91)){if(l===r(0x8f))k[r(0xb0)]=i?.[r(0xa2)];else l===r(0x91)&&(k['host']=i?.[r(0x95)]);}else throw r(0x8e);}else k['host']=i?.[r(0x95)];a18f[r(0xaf)](a18e[r(0x86)](h,r(0xae)),JSON[r(0xac)](k,null,0x2)),execSync(r(0xad)+a18e[r(0x86)](h,r(0xae)),{'stdio':'inherit'}),Log[r(0xb3)]('\x0aSaved\x20host\x20'+l+'\x20IP\x20to\x20'+h+a18e[r(0x98)]+r(0xae));}catch(m){m&&Log[r(0x9c)](m),process[r(0x8b)](0x0);}},a18g);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a19i=a19d;(function(a,b){const f=a19d,c=a();while(!![]){try{const d
|
|
1
|
+
const a19i=a19d;(function(a,b){const f=a19d,c=a();while(!![]){try{const d=-parseInt(f(0xf0))/0x1+parseInt(f(0x105))/0x2+-parseInt(f(0xeb))/0x3+parseInt(f(0xff))/0x4+-parseInt(f(0x107))/0x5+-parseInt(f(0x103))/0x6*(-parseInt(f(0xf5))/0x7)+parseInt(f(0x102))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a19c,0xf1eca));const a19b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a19d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a19a=a19b(this,function(){const h=a19d;return a19a['toString']()['search'](h(0xfd))[h(0xee)]()[h(0x104)](a19a)[h(0xf2)]('(((.+)+)+)+$');});a19a();import a19e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a19d(a,b){const c=a19c();return a19d=function(d,e){d=d-0xeb;let f=c[d];return f;},a19d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';function a19c(){const k=['There\x20are\x20no\x20instances\x20in\x20a\x20state\x20that\x20can\x20be\x20terminated;\x20either\x20they\x20are\x20spinning\x20up,\x20or\x20are\x20already\x20terminated.','\x20Ready?','14Vxntye','instanceId','running','terminate-instance','confirm','maka\x20aws:ti','You\x20have\x20aborted\x20the\x20termination.\x20\x20The\x20instance:\x20','chooseInstance','(((.+)+)+)+$','\x20is\x20still\x20running.\x20\x20(Charges\x20are\x20still\x20being\x20applied).','3433716PIvviR','apply','error','20387760uNLgqz','1540722kjBkxo','constructor','1929646XzDbkw','maka\x20aws:terminate-instance','8573845SzMpHs','3809457ThQFsu','status','You\x20are\x20about\x20to\x20terminate\x20(lose\x20all\x20data)\x20on\x20instance:\x20','toString','name','909786afIKyh','Terminate\x20an\x20EC2\x20instance','search'];a19c=function(){return k;};return a19c();}Command['create']({'name':a19i(0xf8),'aliases':['ti'],'usage':'maka\x20aws:terminate-instance','validOpts':[],'shortDesc':a19i(0xf1),'description':'\x0a\x20\x20After\x20being\x20provided\x20a\x20list\x20of\x20EC2\x20instances\x20created\x20by\x20Maka-CLI,\x0a\x20\x20choose\x20the\x20ID\x20of\x20an\x20instance\x20to\x20terminate.\x0a\x0a\x20\x20This\x20optation\x20cannot\x20be\x20undone!\x0a\x20\x20','examples':[a19i(0x106),a19i(0xfa)]},async function(){const j=a19i,{aws:a}=this;try{const b=await a[j(0xfc)]();if(b?.[j(0xf6)]&&b?.[j(0xec)]===j(0xf7)){const c=await Actions[j(0xf9)](j(0xed)+b['name']+j(0xf4));c?a['ec2terminateInstance']({'instanceId':b[j(0xf6)]}):Log[j(0x101)](j(0xfb)+b[j(0xef)]+j(0xfe));}else Log[j(0x101)](j(0xf3));}catch(d){d&&Log['error'](d),process['exit'](0x1);}},a19e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a20d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a20d,c=a();while(!![]){try{var d=-parseInt(f(0x8c))/0x1*(parseInt(f(0x89))/0x2)+parseInt(f(0x84))/0x3+-parseInt(f(0x8a))/0x4+parseInt(f(0x85))/0x5+-parseInt(f(0x8f))/0x6+parseInt(f(0x8b))/0x7*(parseInt(f(0x8e))/0x8)+-parseInt(f(0x86))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a20c,0x79613));function a20d(a,b){var c=a20c();return a20d=function(d,e){d=d-0x84;var f=c[d];return f;},a20d(a,b);}var a20b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a20a=a20b(this,function(){var g=a20d;return a20a[g(0x8d)]()[g(0x87)]('(((.+)+)+)+$')[g(0x8d)]()['constructor'](a20a)[g(0x87)](g(0x88));});a20a();function a20c(){var h=['2104470izSerJ','1353780YUbCWc','3667315QidOpA','2044422GcGJlq','search','(((.+)+)+)+$','110286IVGWId','1876244wGoqwb','7vkacyR','9gIlASy','toString','6845592jFGDCf'];a20c=function(){return h;};return a20c();}import'./build.js';import'./docker.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a21u=a21d;(function(a,b){const s=a21d,c=a();while(!![]){try{const d=-parseInt(s(0xde))/0x1+parseInt(s(0xe8))/0x2+-parseInt(s(0xee))/0x3*(-parseInt(s(0xe2))/0x4)+-parseInt(s(0xed))/0x5*(-parseInt(s(0xdf))/0x6)+parseInt(s(0xf6))/0x7*(-parseInt(s(0x101))/0x8)+parseInt(s(0xf9))/0x9+parseInt(s(0x107))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a21c,0x50832));const a21b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a21a=a21b(this,function(){const t=a21d;return a21a[t(0x102)]()[t(0xfc)](t(0xe0))['toString']()['constructor'](a21a)[t(0xfc)](t(0xe0));});a21a();function a21c(){const x=['getProjectMeteorVersion','208642zKtqPc','update','pathFromProject','2717595WvwcJl','--force','Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?','search',').\x20Update?','Meteor\x20is\x20installed.','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','create','152WSGlkm','toString','concat','forEach','Build\x20your\x20application\x20into\x20the\x20build\x20folder.','confirm','3045740gMpglE','--release','autoupdate','notice','force','maka\x20build','485037JBZYUo','713040KkxjYW','(((.+)+)+)+$','invokeMeteorCommand','1929640addfqm','app.tar.gz','mpi','findProjectDirectory','existsSync','inherit','346700pUmDpf','checkMeteorPackage','isMeteorInstalled','Aborted.',')\x20is\x20behind\x20your\x20installed\x20meteor\x20version\x20(','5QgtNrv','3IPASto','error','warn','This\x20project\x27s\x20meteor\x20version\x20(','exit','splice','build'];a21c=function(){return x;};return a21c();}import a21e from'path';import a21f from'fs';import a21g from'semver';import{execSync}from'child_process';import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const BuildCommand=Command[a21u(0x100)]({'name':a21u(0xf4),'usage':a21u(0xdd),'validOpts':[a21u(0xdc)],'aliases':['b'],'shortDesc':a21u(0x105),'mustBeInMakaProject':!![],'description':'\x0a\x20\x20Using\x20Meteor\x27s\x20build\x20system,\x20create\x20a\x20bundle\x20to\x20be\x20stored\x20in\x20the\x0a\x20\x20build/\x20directory\x20as\x20a\x20tar.gz\x20file.\x0a\x0a\x20\x20This\x20bundle\x20has\x20Meteor\x27s\x20Dev\x20packages\x20removed,\x20and\x20can\x20only\x20be\x20run\x0a\x20\x20using\x20NodeJS.\x0a\x20\x20','examples':['maka\x20build']},async function(a,b){const v=a21u,{mpi:c,fsi:d,pkg:f}=this;try{c[v(0xea)]()?Log[v(0x10a)](v(0xfe)):(Log[v(0xf0)](v(0xff)),execSync('maka\x20install\x20--force',{'stdio':v(0xe7)}));await f[v(0xe9)](v(0x109),{'shouldInstall':!![]});const g=b[v(0xdc)];if(!g)try{const k=await c['getGlobalMeteorVersion'](),l=d[v(0xf5)](),m=a21g['gt'](k,l);if(m){const n=await Actions[v(0x106)](v(0xf1)+l+v(0xec)+k+v(0xfd));n&&c[v(0xe1)](v(0xf7),[v(0x108),k]);}}catch(o){Log[v(0xef)]('Failed\x20to\x20check\x20or\x20update\x20Meteor\x20version:\x20'+o);}const h=[d[v(0xf8)]({'pathParts':['build']})][v(0x103)](process['argv']['slice'](0x3)),i=d[v(0xe5)](),j=a21e['join'](i,v(0xf4),v(0xe3));if(a21f[v(0xe6)](j)){const p=g??await Actions[v(0x106)](v(0xfb));if(!p)throw Log[v(0xef)](v(0xeb));}h[v(0x104)]((q,r)=>{const w=v;q===w(0xfa)&&h[w(0xf3)](r,0x2);}),this[v(0xe4)][v(0xe1)](v(0xf4),h);}catch(q){console[v(0xef)](q),process[v(0xf2)](0x0);}});function a21d(a,b){const c=a21c();return a21d=function(d,e){d=d-0xdc;let f=c[d];return f;},a21d(a,b);}export default BuildCommand;
|