-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
There are still references to 'hm cli' in the code.
This includes the directory name for the configuration file being 'hm-cli'.
The stack backup command
There are also references to
'https://hm-stack.hm/web-server' and similar end-points.
The Altis dashboard authentication mentions 'hm cli' too. This seems to be a data issue.
References to change
Line 3 in 878d6c0
const CFG_NAME = 'hm-cli'; altis-cli/lib/commands/stack/backup.js
Line 50 in 878d6c0
console.log( chalk.yellow( ` hm stack backup ${stack} --resume ${id}\n` ) );
Acceptance Criteria
- All references to hm and hm-cli are removed
For Altis Team Use
Ready for Work Checklist
Is this ticket ready to be worked on? See
the Play Book Definition of Ready
- Is the title clear?
- Is the description clear and detailed enough?
- Are acceptance criteria listed?
- Have any dependencies been identified? (Optional)
- Have any documentation/playbook changes been identified? (Optional)
- Is an estimate or time box assigned?
- Is a priority label assigned?
- Is this ticket added to a milestone?
- Is this ticket added to an epic? (Optional)
Completion Checklist
Is this ticket done? See
the Play Book Definition of Done
- Has the acceptance criteria been met?
- Is the documentation updated (including README)?
- Do any code/documentation changes meet project standards?
- Are automatic tests in place to verify the fix or new functionality?
- Or are manual tests documented (at least on this ticket)?
- Are any Playbook/Handbook pages updated?
- Has a new module release (patch/minor) been created/scheduled?
- Have the appropriate
backportlabels been added to the PR? - Is there a roll-out (and roll-back) plan if required?
Reactions are currently unavailable

