Skip to content

Conversation

@loks0n
Copy link
Member

@loks0n loks0n commented Dec 27, 2023

  • Migrate CLI from axios to fetch
  • Refactor commands.js.twig to match patterns from Node and Web templates

@stnguyen90
Copy link
Contributor

@loks0n, would you be able to look into why the node tests are failing?

"locale": `The locale command allows you to customize your app based on your users' location.`,
"projects": `The projects command allows you to view, create and manage your {{ spec.title|caseUcfirst }} projects.`,
"storage": `The storage command allows you to manage your project files.`,
"messaging": `The messaging command allows you to manage and send messages to your users`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have to remove 1.5 related items from here. The fixed CLI needs a release before 1.5

{% if sdk.test != "true" %}
const { questionsLogin } = require("../questions");
const { accountCreateEmailSession, accountDeleteSession } = require("./account");
const { accountCreateEmailPasswordSession, accountDeleteSession } = require("./account");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for 1.5 ? If not lets remove it and change the base branch to main

@PineappleIOnic PineappleIOnic changed the base branch from 1.5.x to master February 13, 2024 09:56
@PineappleIOnic PineappleIOnic changed the base branch from master to 1.5.x February 13, 2024 09:56
@PineappleIOnic
Copy link
Contributor

PineappleIOnic commented Feb 13, 2024

This PR has been refactored to branch master under #771 and can be closed if needed

@loks0n loks0n closed this Feb 14, 2024
@loks0n loks0n deleted the feat-migrate-cli-fetch branch February 14, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants